From: Ralf Wildenhues Date: Mon, 20 Dec 2004 08:45:46 +0000 (+0000) Subject: * libtool.m4 [solaris] (AC_LIBTOOL_PROG_LD_SHLIBS): Use ${wl} for X-Git-Tag: release-1-5-12~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=062b0e6eb293ada8f0cffe8eea433218d337f939;p=thirdparty%2Flibtool.git * libtool.m4 [solaris] (AC_LIBTOOL_PROG_LD_SHLIBS): Use ${wl} for whole_archive_flag_spec. Missing backport reported by Ralf Menzel . --- diff --git a/ChangeLog b/ChangeLog index 47f1ff983..54329dea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 2004-12-20 Ralf Wildenhues + + * libtool.m4 [solaris] (AC_LIBTOOL_PROG_LD_SHLIBS): Use ${wl} for + whole_archive_flag_spec. Missing backport reported by Ralf Menzel + . * tests/demo-nopic.test [solaris, sunos]: Skip test. diff --git a/libtool.m4 b/libtool.m4 index 6870a870b..8ce84fadd 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -5737,7 +5737,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;;