aboutsummaryrefslogtreecommitdiff
path: root/net/nfdump/Makefile
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2022-08-25 15:06:28 -0400
committerRosen Penev <rosenp@gmail.com>2022-09-09 15:20:58 -0700
commitaf92cf8f2fbca1ebfe3e382841cce0af6bc9d6ac (patch)
tree2695d6895bf608b993a81f8a21eec64d250edfe1 /net/nfdump/Makefile
parentac45a7455120e870af597eb020ef2dc8c84873a7 (diff)
nfdump: add flex to dependencies
This package uses the macro AC_PROG_LEX(yywrap) which in new versions of GNU Autoconf specifically looks for the yywrap function in the libraries, and considers lex/flex not present if the function is not found. Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'net/nfdump/Makefile')
-rw-r--r--net/nfdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfdump/Makefile b/net/nfdump/Makefile
index 6496352cb..cab9d9707 100644
--- a/net/nfdump/Makefile
+++ b/net/nfdump/Makefile
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/nfdump
SECTION:=net
CATEGORY:=Network
- DEPENDS:= +libbz2 +USE_MUSL:musl-fts
+ DEPENDS:= +flex +libbz2 +USE_MUSL:musl-fts
TITLE:= nfdump
URL:=https://github.com/phaag/nfdump/
endef