diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-04-26 13:56:43 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-04-26 13:56:43 +0200 |
commit | 112d5999d85b36db4a7443df08e21df5f2e579f7 (patch) | |
tree | fb720b234dfd5d23c1602153481a6897fd44f452 /net-analyzer | |
parent | sys-apps/input-utils: Bump to version 1.2 (diff) | |
download | gentoo-112d5999d85b36db4a7443df08e21df5f2e579f7.tar.gz gentoo-112d5999d85b36db4a7443df08e21df5f2e579f7.tar.bz2 gentoo-112d5999d85b36db4a7443df08e21df5f2e579f7.zip |
added missing patch (#581256)
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch b/net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch new file mode 100644 index 000000000000..b189cbabe285 --- /dev/null +++ b/net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch @@ -0,0 +1,16 @@ +--- configure.ac.old 2016-04-25 21:29:36.452888380 +0200 ++++ configure.ac 2016-04-25 21:30:04.679554971 +0200 +@@ -62,13 +62,6 @@ + fi + + NDPI_LIB=$NDPI_HOME/src/lib/.libs/libndpi.a +-AC_MSG_CHECKING(for $NDPI_LIB) +-if test -f "$NDPI_LIB" ; then : +- AC_MSG_RESULT(found $NDPI_LIB) +-else +- AC_MSG_RESULT(not found $NDPI_LIB: compiling) +- cd $NDPI_HOME; ./autogen.sh; make; cd - +-fi + + AC_MSG_CHECKING(for ntopng professional edition) + if test -d "pro"; then : |