From af92cf8f2fbca1ebfe3e382841cce0af6bc9d6ac Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Thu, 25 Aug 2022 15:06:28 -0400 Subject: [PATCH] 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 --- net/nfdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nfdump/Makefile b/net/nfdump/Makefile index 6496352cb6..cab9d97074 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