summaryrefslogtreecommitdiffstats
path: root/guile-1.8.0-rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'guile-1.8.0-rpath.patch')
-rw-r--r--guile-1.8.0-rpath.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/guile-1.8.0-rpath.patch b/guile-1.8.0-rpath.patch
deleted file mode 100644
index 6b4157d..0000000
--- a/guile-1.8.0-rpath.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- guile-1.8.0/configure.64bit 2006-02-20 22:29:46.000000000 +0100
-+++ guile-1.8.0/configure 2006-03-10 15:56:40.000000000 +0100
-@@ -9823,7 +9823,7 @@
- # 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)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib $lt_ld_extra"
- fi
-
- # We used to test for /lib/ld.so.1 and disable shared libraries on
---- guile-1.8.0/guile-readline/configure.64bit 2006-02-20 22:30:25.000000000 +0100
-+++ guile-1.8.0/guile-readline/configure 2006-03-10 15:57:02.000000000 +0100
-@@ -9314,7 +9314,7 @@
- # 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)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib $lt_ld_extra"
- fi
-
- # We used to test for /lib/ld.so.1 and disable shared libraries on