I applied this to branch-1-5.
Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
from Bob Friesenhahn <[EMAIL PROTECTED]>
* ltmain.in: Add fully-qualified paths to temp_rpath
rather than unqualified paths in order to avoid possible errors
when computing the fully-qualified path later.
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.71
diff -u -3 -p -u -r1.334.2.71 ltmain.in
--- ltmain.in 5 Jun 2005 17:36:50 -0000 1.334.2.71
+++ ltmain.in 16 Jun 2005 14:26:49 -0000
@@ -2407,7 +2407,7 @@ EOF
case "$temp_rpath " in
*" $dir "*) ;;
*" $absdir "*) ;;
- *) temp_rpath="$temp_rpath $dir" ;;
+ *) temp_rpath="$temp_rpath $absdir" ;;
esac
fi