From 50d7b46448096844a01aa6939246fc425dafac37 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 11 Apr 2020 21:12:42 +0200 Subject: [PATCH] Do not explicitly link dependencies on Haiku. This is not needed, the runtime_loader can figure them out. --- m4/libtool.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index b5cabd294..50a987b81 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*) -- 2.47.3