diff options
author | Miroslav Lichvar <mlichvar@fedoraproject.org> | 2008-02-21 12:31:47 +0000 |
---|---|---|
committer | Miroslav Lichvar <mlichvar@fedoraproject.org> | 2008-02-21 12:31:47 +0000 |
commit | 07c1ec826d57d5b8fd820b668377fe7f046e8992 (patch) | |
tree | 91a524a81ad5ec3f2602e9c23a27cf1f2a2e8d7e /guile-1.8.0-rpath.patch | |
parent | 9dead39a03040d6cb18a19fcb7c3d7f41df694f6 (diff) | |
download | guile-1_8_4-1_fc9.tar.gz guile-1_8_4-1_fc9.tar.xz guile-1_8_4-1_fc9.zip |
- update to 1.8.4guile-1_8_4-1_fc9F-9-startF-9-split
- add %%check
Diffstat (limited to 'guile-1.8.0-rpath.patch')
-rw-r--r-- | guile-1.8.0-rpath.patch | 22 |
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 |