From 0bacf692d0120e2ab4bb60caa114f5c817980374 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Apr 2007 20:59:28 +0000 Subject: Fix MacOSX build errors with iproute2 (#1533) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iproute2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/iproute2/Makefile') 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. \ +)) -- cgit v1.2.3