summaryrefslogtreecommitdiff
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-08 20:59:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-08 20:59:28 +0000
commit2787236e0e478da76592880eae7e86d653e70985 (patch)
treebecec6096e7d8b02df8d8bf114515dc94c6442e8 /package/iproute2/Makefile
parentfb428216634ed8e0e686f307c4c309f51bfb67a4 (diff)
downloadmtk-20170518-2787236e0e478da76592880eae7e86d653e70985.zip
mtk-20170518-2787236e0e478da76592880eae7e86d653e70985.tar.gz
mtk-20170518-2787236e0e478da76592880eae7e86d653e70985.tar.bz2
Fix MacOSX build errors with iproute2 (#1533)
SVN-Revision: 6904
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index e620d12..600c773 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -63,3 +63,7 @@ endef
$(eval $(call BuildPackage,ip))
$(eval $(call BuildPackage,tc))
+
+$(eval $(call RequireCommand,bison, \
+ $(PKG_NAME) requires GNU bison. \
+))