nfdump: add flex to dependencies
authorMichael Pratt <mcpratt@pm.me>
Thu, 25 Aug 2022 19:06:28 +0000 (15:06 -0400)
committerRosen Penev <rosenp@gmail.com>
Fri, 9 Sep 2022 22:20:58 +0000 (15:20 -0700)
commitaf92cf8f2fbca1ebfe3e382841cce0af6bc9d6ac
tree2695d6895bf608b993a81f8a21eec64d250edfe1
parentac45a7455120e870af597eb020ef2dc8c84873a7
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>
net/nfdump/Makefile