branch: development
commit 50d7b46448096844a01aa6939246fc425dafac37
Author: Adrien Destugues <pulkoma...@pulkomandy.tk>
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 b5cabd29..50a987b8 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*)

Reply via email to