From: Samuel Thibault Date: Mon, 29 Jan 2007 19:51:19 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ] X-Git-Tag: release-2-1b~213 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f219156ee1953f496e01e6d84d9bab66c2165ae0;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ] : Behave like Linux, so that --version-script is used for Hurd as well. --- diff --git a/ChangeLog b/ChangeLog index 0fc5afac7..b64f4480f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-29 Samuel Thibault + + * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ] + : Behave like Linux, so that + --version-script is used for Hurd as well. + 2007-01-28 Charles Wilson * NEWS: Update for Cygwin changes. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index f575e30f7..aa9a2727d 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -4163,7 +4163,7 @@ _LT_EOF _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux* | tpf* | k*bsd*-gnu) + gnu* | linux* | tpf* | k*bsd*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in