From: Adrien Destugues Date: Sat, 11 Apr 2020 19:12:42 +0000 (+0200) Subject: Do not explicitly link dependencies on Haiku. X-Git-Tag: v2.5.4~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e5a12014badfc301b9035fb73e9c15ae2c23dcc;p=thirdparty%2Flibtool.git Do not explicitly link dependencies on Haiku. This is not needed, the runtime_loader can figure them out. --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index c2979b7c3..21abbfa06 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -5222,7 +5222,7 @@ _LT_EOF haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=no ;; os2*) @@ -6868,7 +6868,7 @@ if test yes != "$_lt_caught_CXX_error"; then haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=no ;; hpux9*)