libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI branch-1-5] darwin undefined.


From: Peter O'Gorman
Subject: [FYI branch-1-5] darwin undefined.
Date: Wed, 27 Feb 2008 14:31:20 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

I applied this.

Thanks,
Peter
-- 
Peter O'Gorman
http://pogma.com
Index: ChangeLog
===================================================================
RCS file: /sources/libtool/libtool/ChangeLog,v
retrieving revision 1.1220.2.497
diff -u -r1.1220.2.497 ChangeLog
--- ChangeLog   14 Feb 2008 23:48:55 -0000      1.1220.2.497
+++ ChangeLog   27 Feb 2008 20:29:31 -0000
@@ -1,3 +1,9 @@
+2008-02-27  Peter O'Gorman  <address@hidden>
+
+       * libtool.m4 [darwin]: Really use _lt_dar_allow_undefined for
+       allow_undefined_flag.
+       Reported by Eric Hall <address@hidden>.
+
 2008-02-14  Peter Breitenlohner  <address@hidden>
 
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): better handling
Index: 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
--- libtool.m4  14 Feb 2008 23:48:56 -0000      1.314.2.198
+++ libtool.m4  27 Feb 2008 20:29:34 -0000
@@ -6042,25 +6042,7 @@
       ;;
 
     darwin* | rhapsody*)
-      case $host_os in
-        rhapsody* | darwin1.[[012]])
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined 
${wl}suppress'
-         ;;
-       *) # Darwin 1.3 on
-         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace 
${wl}-undefined ${wl}suppress'
-         else
-           case ${MACOSX_DEPLOYMENT_TARGET} in
-             10.[[012]])
-               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace 
${wl}-undefined ${wl}suppress'
-               ;;
-             10.*)
-               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined 
${wl}dynamic_lookup'
-               ;;
-           esac
-         fi
-         ;;
-      esac
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes

reply via email to

[Prev in Thread] Current Thread [Next in Thread]