Lines 1-5
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 |
@@ -236,8 +236,8 @@ PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [ |
4 |
PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [ |
5 |
NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"` |
6 |
# Use static libndpi library as building against the dynamic library fails |
7 |
- NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic" |
8 |
- #NDPI_LIB="$NDPI_LIBS" |
9 |
+ #NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic" |
10 |
+ NDPI_LIB="$NDPI_LIBS" |
11 |
NDPI_LIB_DEP= |
12 |
], [ |
13 |
AC_MSG_CHECKING(for nDPI source) |
3 |
@@ -444,7 +444,7 @@ if test "${with_nedge+set}" != set; then |
14 |
@@ -444,7 +444,7 @@ if test "${with_nedge+set}" != set; then |
4 |
PF_RING_HOME=${HOME}/PF_RING |
15 |
PF_RING_HOME=${HOME}/PF_RING |
5 |
|
16 |
|