/:
* ltmain.sh (relink): Use absolute path when hardcoding with -L.
+2010-12-10 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
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