Fixed nss-config's broken --libs flags

This commit is contained in:
Aleksey Yermakov 2013-02-04 11:22:24 +04:00
parent 92bd237c48
commit a707865f03

View file

@ -122,7 +122,7 @@ if test "$echo_cflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
libdirs="-Wl,$libdir -L$libdir"
libdirs="-Wl,-rpath-link,$libdir -L$libdir"
if test -n "$lib_ssl"; then
libdirs="$libdirs -lssl${major_version}"
fi