summaryrefslogtreecommitdiffstats
path: root/guile-1.8.0-rpath.patch
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2006-03-20 11:49:26 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2006-03-20 11:49:26 +0000
commit59d1a9a61d838d529192035a3e3dc346f1f2fcaa (patch)
tree84cc190aaa4a9e7fdedf024837d0a39530c53e86 /guile-1.8.0-rpath.patch
parent6b127edf98b5a0da7887dacd71654c964bb000c1 (diff)
downloadguile-59d1a9a61d838d529192035a3e3dc346f1f2fcaa.tar.gz
guile-59d1a9a61d838d529192035a3e3dc346f1f2fcaa.tar.xz
guile-59d1a9a61d838d529192035a3e3dc346f1f2fcaa.zip
- update to guile-1.8.0
- fix slib.scm for slib-3a3 - install guile-tut info - move guile.m4 to devel package - spec cleanup
Diffstat (limited to 'guile-1.8.0-rpath.patch')
-rw-r--r--guile-1.8.0-rpath.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/guile-1.8.0-rpath.patch b/guile-1.8.0-rpath.patch
new file mode 100644
index 0000000..6b4157d
--- /dev/null
+++ b/guile-1.8.0-rpath.patch
@@ -0,0 +1,22 @@
+--- 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