Ticket #53533: yosemite-libtool.patch
File yosemite-libtool.patch, 554 bytes (added by ryandesign (Ryan Carsten Schmidt), 8 years ago) |
---|
-
configure
Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
old new 10787 10787 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10788 10788 10.0,*86*-darwin8*|10.0,*-darwin[91]*) 10789 10789 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10790 10.[012] *)10790 10.[012][,.]*) 10791 10791 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10792 10792 10.*) 10793 10793 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;