Hi, forget this patch, tools/flex exist.
bye Waldemar Waldemar Brodkorb wrote, > 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 <[email protected]> > > 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 > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel > _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
