(unknown)
Ileana Dumitrescu <[email protected]> Wed, 20 Nov 2024 10:40:55 -0500 (EST)
| Newsgroups | gmane.comp.gnu.libtool.cvs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit e6c7986fc81a544e6a114e3d6ea1c1916f180787 Author: Jerome Duval <[email protected]> AuthorDate: Sat Sep 30 12:12:08 2017 +0200 Adjust haiku configuration --- m4/libtool.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index ad0ad445..c2979b7c 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -2786,8 +2786,9 @@ haiku*) soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no - sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' - hardcode_into_libs=yes + sys_lib_search_path_spec='/boot/system/non-packaged/develop/lib /boot/system/develop/lib' + sys_lib_dlsearch_path_spec='/boot/home/config/non-packaged/lib /boot/home/config/lib /boot/system/non-packaged/lib /boot/system/lib' + hardcode_into_libs=no ;; hpux9* | hpux10* | hpux11*)