From: Joseph Prostko Date: Wed, 9 Oct 2013 20:34:08 +0000 (-0700) Subject: libtool: Haiku change for shlibpath_overrides_runpath X-Git-Tag: v2.4.2.418~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=829eec5870edeba220c8acee7c2d7eacf31b172f;p=thirdparty%2Flibtool.git 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 --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 080272c5c..195348c2b 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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 ;;