Hi,

README says flex is required, which is true for some packages.
Flex is not checked by the build system.

Signed-off-by: Waldemar Brodkorb <m...@waldemar-brodkorb.de>

Index: include/prereq-build.mk
===================================================================
--- include/prereq-build.mk     (Revision 35902)
+++ include/prereq-build.mk     (Arbeitskopie)
@@ -148,6 +148,10 @@
        Please install wget. \
 ))
 
+$(eval $(call RequireCommand,flex, \
+       Please install flex. \
+))
+
 define Require/git
        git --version | awk '($$$$1 == "git") && ($$$$2 == "version") && ($$$$3 
>= "1.6.5") { print "ok" }' | grep ok > /dev/null
 endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to