]> 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>
Wed, 20 Nov 2024 15:36:30 +0000 (17:36 +0200)
This is not needed, the runtime_loader can figure them out.

m4/libtool.m4

index c2979b7c31cc7421d4220260ba57a38d964c54a3..21abbfa06e16b81914977c8892484f3a6385c3c5 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*)