From 4aa50ec99b641663d1910018c82d0dd08f434ef5 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 12 Apr 2001 02:39:20 +0000 Subject: [PATCH] * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs. --- ChangeLog | 4 ++++ libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' -- 2.47.3