aboutsummaryrefslogtreecommitdiffstats
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
commitbaf4a9ed356e45d1c4ae4dabaa6f82cde51001b6 (patch)
tree862beeb9cdccd84fbd9333c3f8dbd616ef85bfde /package/iproute2/Makefile
parentc1aebcca7051001a95789ddb4b09caf3d208b6c1 (diff)
downloadupstream-baf4a9ed356e45d1c4ae4dabaa6f82cde51001b6.tar.gz
upstream-baf4a9ed356e45d1c4ae4dabaa6f82cde51001b6.tar.bz2
upstream-baf4a9ed356e45d1c4ae4dabaa6f82cde51001b6.zip
Fix MacOSX build errors with iproute2 (#1533)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e620d12128..600c7734cb 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. \
+))