mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 05:54:58 +04:00
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>