Ticket #47942: yosemite-libtool.patch

File yosemite-libtool.patch, 607 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)
  • configure

    Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
    
    old new $as_echo "$lt_cv_ld_force_load" >&6; } 
    1087910879      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
    1088010880        10.0,*86*-darwin8*|10.0,*-darwin[91]*)
    1088110881          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
    10882         10.[012]*)
     10882        10.[012][,.]*)
    1088310883          _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
    1088410884        10.*)
    1088510885          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;