diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-08 20:59:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-08 20:59:28 +0000 |
commit | 0bacf692d0120e2ab4bb60caa114f5c817980374 (patch) | |
tree | 862beeb9cdccd84fbd9333c3f8dbd616ef85bfde /package/iproute2/Makefile | |
parent | 55c75914f8074acd95a9be0051a17910e2074098 (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/Makefile | 4 |
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. \ +)) |