no rpath-link
This commit is contained in:
parent
1d13593f30
commit
854dd0599c
@ -122,7 +122,7 @@ if test "$echo_cflags" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$echo_libs" = "yes"; then
|
if test "$echo_libs" = "yes"; then
|
||||||
libdirs="-Wl,-rpath-link,$libdir -L$libdir"
|
libdirs="-Wl,$libdir -L$libdir"
|
||||||
if test -n "$lib_ssl"; then
|
if test -n "$lib_ssl"; then
|
||||||
libdirs="$libdirs -lssl${major_version}"
|
libdirs="$libdirs -lssl${major_version}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user