]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Haiku change for shlibpath_overrides_runpath
authorJoseph Prostko <joe.prostko@gmail.com>
Wed, 9 Oct 2013 20:34:08 +0000 (13:34 -0700)
committerBrooks Moses <bmoses@google.com>
Wed, 9 Oct 2013 20:39:15 +0000 (13:39 -0700)
Pretty much all changes to Haiku for Libtool have been
upstreamed, however we currently have an incorrect value for
shlibpath_overrides_runpath.  It should be "no" instead of
"yes".

Previously Scott McCreary had submitted patches for us, but I
told him I would work to get this committed, as he is quite
busy lately.

Here is a commit he made to our Haiku Ports site though, that
shows the exact change I am proposing done against Libtool
2.4.2.

http://ports.haiku-files.org/browser/haikuports/sys-devel/
libtool/patches/libtool-2.4.2.patch

Copyright-paperwork-exempt: Yes

m4/libtool.m4

index 080272c5cfe6a4c0b463b3216e285239f0c525fc..195348c2bad65a69f7f7ef97fccdf20e50c872b1 100644 (file)
@@ -2576,7 +2576,7 @@ haiku*)
   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
   soname_spec='$libname$release$shared_ext$major'
   shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
+  shlibpath_overrides_runpath=no
   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
   hardcode_into_libs=yes
   ;;