summaryrefslogtreecommitdiff
path: root/net-analyzer/ntopng/files/ntopng-3.8-ndpi-includes.patch
blob: cdd5e827147cddad61b6e3bb3743eb015d755534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/configure.seed
+++ b/configure.seed
@@ -129,9 +129,9 @@
 fi
 
 PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [
-   NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"`/libndpi
+   NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"`
    # Use static libndpi library as building against the dynamic library fails
-   NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic"
+   NDPI_LIB="$NDPI_LIBS"
    NDPI_LIB_DEP=
    ], [
       AC_MSG_CHECKING(for nDPI source)