mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 16:32:48 +00:00
Fixed nss-config's broken --libs flags
This commit is contained in:
parent
92bd237c48
commit
a707865f03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue