View | Details | Raw Unified | Return to bug 262756 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/ntopng/Makefile (-2 / +3 lines)
Lines 24-31 LIB_DEPENDS= librrd.so:databases/rrdtool \ Link Here
24
		libgpg-error.so:security/libgpg-error
24
		libgpg-error.so:security/libgpg-error
25
BUILD_DEPENDS=	bash:shells/bash
25
BUILD_DEPENDS=	bash:shells/bash
26
26
27
USES=		autoreconf compiler:c++11-lang cpe gmake libtool localbase \
27
USES=		autoreconf compiler:c++11-lang cpe gmake gnome libtool \
28
		lua:54 mysql pathfix pkgconfig shebangfix sqlite ssl
28
		localbase lua:54 mysql pathfix pkgconfig shebangfix sqlite ssl
29
USE_GNOME=	glib20
29
USE_OPENLDAP=	yes
30
USE_OPENLDAP=	yes
30
31
31
SUB_FILES=	ntopng-geoip2update.sh pkg-deinstall
32
SUB_FILES=	ntopng-geoip2update.sh pkg-deinstall
(-)b/net/ntopng/files/patch-configure.ac.in (-2 / +10 lines)
Lines 1-4 Link Here
1
--- configure.ac.in.orig	2022-02-08 09:52:25 UTC
1
--- configure.ac.in.orig	2022-03-14 16:15:57 UTC
2
+++ configure.ac.in
2
+++ configure.ac.in
3
@@ -444,7 +444,7 @@ if test "${with_nedge+set}" != set; then
3
@@ -444,7 +444,7 @@ if test "${with_nedge+set}" != set; then
4
  PF_RING_HOME=${HOME}/PF_RING
4
  PF_RING_HOME=${HOME}/PF_RING
Lines 9-11 Link Here
9
   else
9
   else
10
     if test -d ${PF_RING_HOME}; then
10
     if test -d ${PF_RING_HOME}; then
11
       AC_MSG_CHECKING(for PF_RING source installed in $PF_RING_HOME)
11
       AC_MSG_CHECKING(for PF_RING source installed in $PF_RING_HOME)
12
- 
12
@@ -567,7 +567,7 @@ if test x$UGLIFYJS != x; then
13
   UGLIFYJS_MAJOR_VERSION="${UGLIFYJS_VERSION%%.*}"
14
 fi
15
 
16
-AC_CHECK_LIB([rrd_th], [rrd_update_r], [LIBRRD_LD_FLAGS=-lrrd_th], [LIBRRD_LD_FLAGS=`pkg-config --libs librrd`])
17
+AC_CHECK_LIB([rrd_th], [rrd_update_r], [LIBRRD_LD_FLAGS=-lrrd_th], [LIBRRD_LD_FLAGS=`pkg-config --libs librrd`" -lglib-2.0"])
18
 
19
 AC_CHECK_LIB([nl], [nl_handle_alloc], [LIBS="${LIBS} -lnl"])
20
 AC_CHECK_LIB([rt], [clock_gettime],   [LIBS="${LIBS} -lrt"])

Return to bug 262756