backport: ltmain.sh (relink): Use absolute path when hardcoding with -L.

Backport from Libtool: Fix relink mode to use absolute path if hardcode_minus_L.

/:
	* ltmain.sh (relink): Use absolute path when hardcoding with -L.

From-SVN: r168762
This commit is contained in:
John David Anglin 2011-01-13 18:51:10 +00:00 committed by Ralf Wildenhues
parent bae900e157
commit 3752f75a6d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* ltmain.sh (relink): Use absolute path when hardcoding with -L.
2011-01-13 Joel Brobecker <brobecker@adacore.com>
* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs

View File

@ -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