branch: master
commit 4e5a12014badfc301b9035fb73e9c15ae2c23dcc
Author: Adrien Destugues <[email protected]>
AuthorDate: Sat Apr 11 21:12:42 2020 +0200
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 c2979b7c..21abbfa0 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*)