Patch to work arounf flex issues with newer version of flex with some distros.
[openwrt/staging/chunkeey.git] / package / iproute2 / Makefile
index e620d121280d3374101f67810ffff3cae2f5af8c..600c7734cb81cd6acf4a8321e0f51dbd98eac85a 100644 (file)
@@ -63,3 +63,7 @@ endef
 
 $(eval $(call BuildPackage,ip))
 $(eval $(call BuildPackage,tc))
+
+$(eval $(call RequireCommand,bison, \
+       $(PKG_NAME) requires GNU bison. \
+))