From: Michael Pratt Date: Thu, 25 Aug 2022 19:06:28 +0000 (-0400) Subject: nfdump: add flex to dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=af92cf8f2fbca1ebfe3e382841cce0af6bc9d6ac;p=openwrt-packages.git 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 --- 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