summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2009-12-02 11:41:59 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2009-12-02 11:41:59 +0000
commit36f6f77852e050fe9bb7c7127cbf1a8cbb03d370 (patch)
tree730e717b80a7e0a05993c3eddbbacb43917f68a8
parent3f69e12df05cdec20da653e6cb214db81fc21bb9 (diff)
downloadlibtool-36f6f77852e050fe9bb7c7127cbf1a8cbb03d370.tar.gz
libtool-36f6f77852e050fe9bb7c7127cbf1a8cbb03d370.tar.xz
libtool-36f6f77852e050fe9bb7c7127cbf1a8cbb03d370.zip
- drop obsolete patch
-rw-r--r--libtool-1.5.24-relativepath.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/libtool-1.5.24-relativepath.patch b/libtool-1.5.24-relativepath.patch
deleted file mode 100644
index 1549b2f..0000000
--- a/libtool-1.5.24-relativepath.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up libtool-1.5.24/libltdl/ltdl.c.relativepath libtool-1.5.24/libltdl/ltdl.c
---- libtool-1.5.24/libltdl/ltdl.c.relativepath 2007-06-01 07:04:54.000000000 +0200
-+++ libtool-1.5.24/libltdl/ltdl.c 2007-07-24 12:56:22.000000000 +0200
-@@ -3225,7 +3225,9 @@ try_dlopen (phandle, filename)
- }
- if (!file)
- {
-- file = fopen (filename, LT_READTEXT_MODE);
-+ /* don't open .la files in current directory, root might get tricked to run a binary in a prepared directory */
-+ if(!strncmp((filename + strlen(filename) - 3), LTDL_ARCHIVE_EXT,3) || strstr(filename,"/"))
-+ file = fopen (filename, LT_READTEXT_MODE);
- }
-
- /* If we didn't find the file by now, it really isn't there. Set