Ticket #53531: yosemite-libtool.patch

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

    Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
    old new  
    69446944      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
    69456945        10.0,*86*-darwin8*|10.0,*-darwin[91]*)
    69466946          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
    6947         10.[012]*)
     6947        10.[012][,.]*)
    69486948          _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
    69496949        10.*)
    69506950          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;