aboutsummaryrefslogtreecommitdiff
path: root/net/ntopng
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2020-05-09 15:44:00 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2020-05-09 15:44:00 +0000
commitcbde95c6523ed6d12ec5a0b6b3363c70e3f5dc09 (patch)
treed11d491f1de5624a8e06bbebd3e57551aed89caa /net/ntopng
parent31d997743747e4fdeacab47349e44b6d152860fa (diff)
downloadports-cbde95c6523ed6d12ec5a0b6b3363c70e3f5dc09.tar.gz
ports-cbde95c6523ed6d12ec5a0b6b3363c70e3f5dc09.zip
Fix build with openssl on 12.1-STABLE.
PR: 246289 Submitted by: yds@Necessitu.de MFH: 2020Q2
Notes
Notes: svn path=/head/; revision=534782
Diffstat (limited to 'net/ntopng')
-rw-r--r--net/ntopng/files/patch-configure.seed2
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