summaryrefslogtreecommitdiffstats
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-08 20:59:28 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-08 20:59:28 +0000
commit0bacf692d0120e2ab4bb60caa114f5c817980374 (patch)
tree862beeb9cdccd84fbd9333c3f8dbd616ef85bfde /package/iproute2/Makefile
parent55c75914f8074acd95a9be0051a17910e2074098 (diff)
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 e620d1212..600c7734c 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. \
+))