View | Details | Raw Unified | Return to bug 252935
Collapse All | Expand All

(-)b/net/ntopng/Makefile (+2 lines)
Lines 16-21 LIB_DEPENDS= librrd.so:databases/rrdtool \ Link Here
16
		libzmq.so:net/libzmq4 \
16
		libzmq.so:net/libzmq4 \
17
		libcurl.so:ftp/curl \
17
		libcurl.so:ftp/curl \
18
		libndpi.so:net/ndpi \
18
		libndpi.so:net/ndpi \
19
		libgcrypt.so:security/libgcrypt \
20
		libgpg-error.so:security/libgpg-error \
19
		libjson-c.so:devel/json-c \
21
		libjson-c.so:devel/json-c \
20
		libsodium.so:security/libsodium \
22
		libsodium.so:security/libsodium \
21
		libmaxminddb.so:net/libmaxminddb \
23
		libmaxminddb.so:net/libmaxminddb \
(-)b/net/ntopng/files/patch-configure.seed (-1 / +10 lines)
Lines 1-4 Link Here
1
--- configure.seed.orig	2020-11-02 21:27:19 UTC
1
--- configure.seed.orig	2020-12-28 10:27:10 UTC
2
+++ configure.seed
2
+++ configure.seed
3
@@ -4,7 +4,7 @@ dnl> Do not add anything above
3
@@ -4,7 +4,7 @@ dnl> Do not add anything above
4
 
4
 
Lines 44-49 Link Here
44
 SHORT_MACHINE=`uname -m | cut -b1-3`
44
 SHORT_MACHINE=`uname -m | cut -b1-3`
45
 
45
 
46
 GIT_RELEASE="@GIT_RELEASE@"
46
 GIT_RELEASE="@GIT_RELEASE@"
47
@@ -233,7 +208,7 @@ else
48
   fi
49
 fi
50
 
51
-AC_CHECK_LIB([gcrypt], [gcry_cipher_checktag], [LDFLAGS="${LDFLAGS} -lgcrypt"])
52
+AC_CHECK_LIB([gcrypt], [gcry_cipher_checktag], [LDFLAGS="${LDFLAGS} -lgcrypt -lgpg-error"])
53
 
54
 AC_MSG_CHECKING(for ntopng professional edition)
55
 
47
@@ -678,16 +653,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl
56
@@ -678,16 +653,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl
48
 GMAKE=`which gmake`
57
 GMAKE=`which gmake`
49
 if test x$GMAKE = x; then
58
 if test x$GMAKE = x; then

Return to bug 252935