From 7640d6866a787b9a6140a43ea2c834ef74940eec Mon Sep 17 00:00:00 2001 From: Mats Rynge Date: Wed, 17 Nov 2004 13:58:23 +0000 Subject: [PATCH] * libtool.m4 [solaris]: Added missing 'with linker' flags to -z allextract ... -z defaultextract flags --- ChangeLog | 5 +++++ m4/libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a772201a3..01fc77f66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-17 Mats Rynge + + * libtool.m4 [solaris]: Added missing 'with linker' flags to + -z allextract ... -z defaultextract flags + 2004-11-14 Gary V. Vaughan * configure.ac (APIVERSION): New substituted variable. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 9e3f73fbe..6eb36a084 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4144,7 +4144,7 @@ _LT_EOF case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; -- 2.47.2