From 78f242cda7f7420b453fa23678895b0354934247 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 26 Jul 2011 18:00:51 +0000 Subject: [PATCH] Patched libtool as Ingo suggested, this now allows the first part of the test suite to pass all 106 tests. --- sys-devel/libtool/patches/libtool-2.4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys-devel/libtool/patches/libtool-2.4.patch diff --git a/sys-devel/libtool/patches/libtool-2.4.patch b/sys-devel/libtool/patches/libtool-2.4.patch new file mode 100644 index 000000000..13dfaa418 --- /dev/null +++ b/sys-devel/libtool/patches/libtool-2.4.patch @@ -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 + ;;