DESTDIR patch for the remaining inst_prefix problem
R.I.P. Deaddog <deaddog <at> deaddog.org>
2003-07-06 10:41:52 GMT
This patch is also posted to libtool <at> , that fixes another problem when
relinking staging libraries. The original behavior is to search system
library path first, so old version of libraries can be picked up before
the new ones in staging path. Now it always search staging path first,
thus avoiding wrong relinking.
Abel
--
Abel Cheung
Linux counter #256983 | http://counter.li.org
GPG Key: (0xC67186FF) | http://deaddog.org/gpg.asc
Key fingerprint: 671C C7AE EFB5 110C D6D1 41EE 4152 E1F1 C671 86FF
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1220.2.18
diff -u -r1.1220.2.18 ChangeLog
--- ChangeLog 26 Jun 2003 06:55:25 -0000 1.1220.2.18
+++ ChangeLog 6 Jul 2003 10:22:19 -0000
<at> <at> -1,3 +1,9 <at> <at>
+2003-07-06 Abel Cheung <maddog <at> linux.org.hk>
+
+ * ltmain.in: Always prepend inst_prefix_dir to deplibs so that
+ system libraries won't be picked up before staging libraries during
+ relinking.
+
2003-06-25 Alexandre Oliva <aoliva <at> redhat.com>, Tim Waugh <twaugh <at> redhat.com>
(Continue reading)