summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Prostko <joe.prostko@gmail.com>2013-10-09 13:34:08 -0700
committerGary V. Vaughan <gary@gnu.org>2014-10-26 20:29:24 +0000
commit4c1cb8a91b5d6fa037faba362196befbae539040 (patch)
tree7201d14d3f0075b50de58de41d7e3234d7bd4be8
parent71edbf90370b9ab8e31d1356e9e89a73210cb65d (diff)
downloadlibtool-4c1cb8a91b5d6fa037faba362196befbae539040.tar.gz
libtool: Haiku change for shlibpath_overrides_runpath
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
-rw-r--r--libltdl/m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 11cd98e8..e563f467 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2575,7 +2575,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
;;