diff options
Diffstat (limited to 'net/ntopng/files/patch-configure.seed')
-rw-r--r-- | net/ntopng/files/patch-configure.seed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntopng/files/patch-configure.seed b/net/ntopng/files/patch-configure.seed index 3eedf328ecb8..e2e874c98463 100644 --- a/net/ntopng/files/patch-configure.seed +++ b/net/ntopng/files/patch-configure.seed @@ -43,7 +43,7 @@ + elif test -f "/usr/lib/libssl.so"; then + AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl]) + SSL_INC="-I/usr/include" -+ SSL_LIB="-L/usr/lib -lssl" ++ SSL_LIB="-L/usr/lib -lssl -lcrypto" else echo "Please install openssl-dev(el) package prerequisite" exit -1 |