]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Do not explicitly link dependencies on Haiku.
authorAdrien Destugues <pulkomandy@pulkomandy.tk>
Sat, 11 Apr 2020 19:12:42 +0000 (21:12 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 19 Nov 2024 19:06:25 +0000 (21:06 +0200)
This is not needed, the runtime_loader can figure them out.

m4/libtool.m4

index b5cabd2942133361ca587ae366f0d7417057b425..50a987b8143aa626eb4fcdcb09bdf870356af57e 100644 (file)
@@ -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*)