no rpath-link

This commit is contained in:
Elio Maldonado 2009-09-05 21:22:05 +00:00
parent 1d13593f30
commit 854dd0599c
1 changed files with 1 additions and 1 deletions

View File

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