From 2787236e0e478da76592880eae7e86d653e70985 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Apr 2007 20:59:28 +0000 Subject: Fix MacOSX build errors with iproute2 (#1533) SVN-Revision: 6904 --- 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 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. \ +)) -- cgit v1.1