From f6d9cfe433010677e31bdcd86a15abc3b962e7f0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 29 Oct 2014 13:54:10 +0100 Subject: rebase to latest minor (bugfix) release Per release notes: http://lists.gnu.org/archive/html/autotools-announce/2014-10/msg00000.html Resolves: #1159497 Version: 2.4.3-1 --- libtool-2.2.10-rpath.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 libtool-2.2.10-rpath.patch (limited to 'libtool-2.2.10-rpath.patch') diff --git a/libtool-2.2.10-rpath.patch b/libtool-2.2.10-rpath.patch deleted file mode 100644 index d0d6d82..0000000 --- a/libtool-2.2.10-rpath.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN libtool-2.2.10/libltdl/m4/libtool.m4 libtool-2.2.10_new/libltdl/m4/libtool.m4 ---- libtool-2.2.10/libltdl/m4/libtool.m4 2010-05-20 23:22:02.000000000 +0200 -+++ libtool-2.2.10_new/libltdl/m4/libtool.m4 2010-06-24 11:18:06.000000000 +0200 -@@ -2474,10 +2474,14 @@ - # before this can be enabled. - hardcode_into_libs=yes - -+ # Add ABI-specific directories to the system library path. -+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" -+ - # Append ld.so.conf contents to the search path - if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` -- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" -+ - fi - - # We used to test for /lib/ld.so.1 and disable shared libraries on -- cgit