Ticket #53533: yosemite-libtool.patch

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

    Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
    old new  
    1078710787      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
    1078810788        10.0,*86*-darwin8*|10.0,*-darwin[91]*)
    1078910789          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
    10790         10.[012]*)
     10790        10.[012][,.]*)
    1079110791          _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
    1079210792        10.*)
    1079310793          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;