]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 12 Apr 2001 02:39:20 +0000 (02:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 12 Apr 2001 02:39:20 +0000 (02:39 +0000)
ChangeLog
libtool.m4

index 768a5b0b7e36fa71a4af28b05461e0ff87b2a5c2..f90d18174411b72938b5343eefdef2f52fbefd62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs.
+
 2001-04-11  Ossama Othman  <ossama@uci.edu>
 
        * AUTHORS: Added myself to the list of maintainers.
index fecc520a19ee4939875675bf11bcf8cb3c27f5e5..c10271bfadfac25a0b956ac68c8a6d90dea1deee 100644 (file)
@@ -1594,7 +1594,7 @@ else
     ;;
 
   solaris*)
-    no_undefined_flag=' -z text'
+    no_undefined_flag=' -z defs'
     # $CC -shared without GNU ld will not create a library from C++
     # object files and a static libstdc++, better avoid it by now
     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'