summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-13 18:52:53 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-13 18:52:53 +0000
commit37281e1cda34fc4641c4cf0c80a81d034e674b0d (patch)
treef26cd47b18d8db217a680f01b0bd9861e00a7787 /ltmain.sh
parente8559a4f30f1d735488ae4a7ca4b18ec97dba09f (diff)
downloadbinutils-redhat-37281e1cda34fc4641c4cf0c80a81d034e674b0d.tar.gz
Backport from Libtool: Fix relink mode to use absolute path if hardcode_minus_L.
/: * ltmain.sh (relink): Use absolute path when hardcoding with -L.
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltmain.sh b/ltmain.sh
index cba8b4c7a5..a03433f178 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -5928,7 +5928,7 @@ func_mode_link ()
test "$hardcode_direct_absolute" = no; then
add="$dir/$linklib"
elif test "$hardcode_minus_L" = yes; then
- add_dir="-L$dir"
+ add_dir="-L$absdir"
# Try looking first in the location we're being installed to.
if test -n "$inst_prefix_dir"; then
case $libdir in