Lines 8888-8894
Link Here
|
8888 |
if test -n "$inst_prefix_dir"; then |
8888 |
if test -n "$inst_prefix_dir"; then |
8889 |
case $libdir in |
8889 |
case $libdir in |
8890 |
[\\/]*) |
8890 |
[\\/]*) |
8891 |
func_append add_dir " -L$inst_prefix_dir$libdir" |
8891 |
# EDIT: Remove $libdir search path on cross-compiled environment to |
|
|
8892 |
# avoid "file format not recognized" errors. If $inst_prefix_dir is |
8893 |
# given, don't bother adding $libdir to the dependency search path. |
8894 |
add_dir="-L$inst_prefix_dir$libdir" |
8892 |
;; |
8895 |
;; |
8893 |
esac |
8896 |
esac |
8894 |
fi |
8897 |
fi |