libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI - branch-1-5] "Backport" Bob's temp_rpath fix


From: Peter O'Gorman
Subject: [FYI - branch-1-5] "Backport" Bob's temp_rpath fix
Date: Thu, 16 Jun 2005 23:28:49 +0900
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

I applied this to branch-1-5.

Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
from  Bob Friesenhahn  <address@hidden>

        * 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
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]