mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Patched libtool as Ingo suggested, this now allows the first part of the test suite to pass all
106 tests.
This commit is contained in:
12
sys-devel/libtool/patches/libtool-2.4.patch
Normal file
12
sys-devel/libtool/patches/libtool-2.4.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN libtool-2.4/libltdl/m4/libtool.m4 libtool-2.4-haiku/libltdl/m4/libtool.m4
|
||||
--- libtool-2.4/libltdl/m4/libtool.m4 2010-09-22 01:41:19.046923776 -0700
|
||||
+++ libtool-2.4-haiku/libltdl/m4/libtool.m4 2011-07-26 09:06:47.362807296 -0700
|
||||
@@ -2472,7 +2472,7 @@
|
||||
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
|
||||
;;
|
||||
Reference in New Issue
Block a user