Ticket #53531: yosemite-libtool.patch
File yosemite-libtool.patch, 552 bytes (added by ryandesign (Ryan Carsten Schmidt), 8 years ago) |
---|
-
configure
Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
old new 6944 6944 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 6945 6945 10.0,*86*-darwin8*|10.0,*-darwin[91]*) 6946 6946 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 6947 10.[012] *)6947 10.[012][,.]*) 6948 6948 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 6949 6949 10.*) 6950 6950 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;