From: Alexandre Oliva Date: Thu, 12 Apr 2001 02:39:20 +0000 (+0000) Subject: * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs. X-Git-Tag: release-1-4~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aa50ec99b641663d1910018c82d0dd08f434ef5;p=thirdparty%2Flibtool.git * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs. --- diff --git a/ChangeLog b/ChangeLog index 768a5b0b7..f90d18174 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-11 Alexandre Oliva + + * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs. + 2001-04-11 Ossama Othman * AUTHORS: Added myself to the list of maintainers. diff --git a/libtool.m4 b/libtool.m4 index fecc520a1..c10271bfa 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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'