From dfb30ff597cf2a018d68731239abc3e277e895ae Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 27 Jul 2007 11:12:12 +0000 Subject: -update to 1.5.24 --- libtool-1.5.22-relativepath.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libtool-1.5.22-relativepath.patch (limited to 'libtool-1.5.22-relativepath.patch') diff --git a/libtool-1.5.22-relativepath.patch b/libtool-1.5.22-relativepath.patch deleted file mode 100644 index 4b0b30e..0000000 --- a/libtool-1.5.22-relativepath.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- libtool-1.5.22/libltdl/ltdl.c.relativepath 2007-02-08 09:20:54.000000000 -0500 -+++ libtool-1.5.22/libltdl/ltdl.c 2007-02-08 09:46:41.000000000 -0500 -@@ -3203,9 +3203,10 @@ - } - #endif - } -- if (!file) -+ if (!file) - { -- file = fopen (filename, LT_READTEXT_MODE); -+ if(strstr(filename,"/") || strcmp((filename + strlen(filename) - 3), ".la") != 0) -+ file = fopen (filename, LT_READTEXT_MODE); - } - - /* If we didn't find the file by now, it really isn't there. Set -- cgit