freebsd-ports/net/ntopng/files/patch-Makefile.in
Guido Falsi a1b4f359a9 - Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221
- Add USES=localbase to ndpi
- Silence portlint warnings
- Update WWW links
- Add UPDATING note about data directory change

nDPI changelog:
https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md

ntopng changelog:
https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
2018-12-22 20:06:52 +00:00

11 lines
389 B
Text

--- Makefile.in.orig 2018-12-21 18:58:17 UTC
+++ Makefile.in
@@ -95,7 +95,7 @@ ifeq (@NEDGE@, 0)
HAS_ZEROMQ=$(shell pkg-config --exists libzmq; echo $$?)
ifeq ($(HAS_ZEROMQ), 0)
ZEROMQ_INC = $(shell pkg-config --cflags libzmq)
- ZMQ_STATIC=/usr/local/lib/libzmq.a
+ ZMQ_STATIC=/nonexistent
ifeq ($(wildcard $(ZMQ_STATIC)),)
ZEROMQ_LIB = $(shell pkg-config --libs libzmq)
else