New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14503: patch-libtool.m4.diff

File patch-libtool.m4.diff, 1.3 KB (added by ricci@…, 4 years ago)

patchfile for libtool 1.5.26

  • libtool.m4

    RCS file: /sources/libtool/libtool/Attic/libtool.m4,v
    retrieving revision 1.314.2.198
    diff -u -r1.314.2.198 libtool.m4
     
    60426042      ;; 
    60436043 
    60446044    darwin* | rhapsody*) 
    6045       case $host_os in 
    6046         rhapsody* | darwin1.[[012]]) 
    6047          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' 
    6048          ;; 
    6049        *) # Darwin 1.3 on 
    6050          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 
    6051            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 
    6052          else 
    6053            case ${MACOSX_DEPLOYMENT_TARGET} in 
    6054              10.[[012]]) 
    6055                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 
    6056                ;; 
    6057              10.*) 
    6058                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' 
    6059                ;; 
    6060            esac 
    6061          fi 
    6062          ;; 
    6063       esac 
     6045      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" 
    60646046      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 
    60656047      _LT_AC_TAGVAR(hardcode_direct, $1)=no 
    60666048      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes