Lines 6901-6907
Link Here
|
6901 |
test "$hardcode_direct_absolute" = no; then |
6901 |
test "$hardcode_direct_absolute" = no; then |
6902 |
add="$libdir/$linklib" |
6902 |
add="$libdir/$linklib" |
6903 |
elif test "$hardcode_minus_L" = yes; then |
6903 |
elif test "$hardcode_minus_L" = yes; then |
6904 |
add_dir="-L$libdir" |
6904 |
add_dir="-L$lt_sysroot/$libdir" |
6905 |
add="-l$name" |
6905 |
add="-l$name" |
6906 |
elif test "$hardcode_shlibpath_var" = yes; then |
6906 |
elif test "$hardcode_shlibpath_var" = yes; then |
6907 |
case :$finalize_shlibpath: in |
6907 |
case :$finalize_shlibpath: in |
Lines 6918-6924
Link Here
|
6918 |
fi |
6918 |
fi |
6919 |
else |
6919 |
else |
6920 |
# We cannot seem to hardcode it, guess we'll fake it. |
6920 |
# We cannot seem to hardcode it, guess we'll fake it. |
6921 |
add_dir="-L$libdir" |
6921 |
add_dir="-L$lt_sysroot/$libdir" |
6922 |
# Try looking first in the location we're being installed to. |
6922 |
# Try looking first in the location we're being installed to. |
6923 |
if test -n "$inst_prefix_dir"; then |
6923 |
if test -n "$inst_prefix_dir"; then |
6924 |
case $libdir in |
6924 |
case $libdir in |