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>
This commit is contained in:
Michael Pratt 2022-08-25 15:06:28 -04:00 committed by Rosen Penev
parent ac45a74551
commit af92cf8f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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