summaryrefslogtreecommitdiffstats
path: root/libtool-1.5.22-relativepath.patch
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2007-01-23 09:49:21 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2007-01-23 09:49:21 +0000
commit9d86d0b43ff4813f18463a9b61f752ff9bf21678 (patch)
treef128b0336bdc918955bd1ab1bbaeeca65097c825 /libtool-1.5.22-relativepath.patch
parent6934d181c79aee86d3c335ca5e43f30d9355ee8e (diff)
- don't abort (un)install scriptlets when _excludedocs is set (#223708)libtool-1_5_22-8
- update config.guess, config.sub with newer files from automake-1.10 - skip over lines in /etc/ld.so.conf.d/* which don't look like absolute paths (p.e. files from kernel-xen). This avoids having unwanted relative paths in lib_search_path
Diffstat (limited to 'libtool-1.5.22-relativepath.patch')
-rw-r--r--libtool-1.5.22-relativepath.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libtool-1.5.22-relativepath.patch b/libtool-1.5.22-relativepath.patch
new file mode 100644
index 0000000..37086ed
--- /dev/null
+++ b/libtool-1.5.22-relativepath.patch
@@ -0,0 +1,15 @@
+--- libtool-1.5.22/libltdl/ltdl.c.rh2 2006-11-06 15:40:04.000000000 +0100
++++ libtool-1.5.22/libltdl/ltdl.c 2006-11-06 15:40:26.000000000 +0100
+@@ -3203,10 +3203,12 @@
+ }
+ #endif
+ }
++#if 0
+ if (!file)
+ {
+ file = fopen (filename, LT_READTEXT_MODE);
+ }
++#endif
+
+ /* If we didn't find the file by now, it really isn't there. Set
+ the status flag, and bail out. */