X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fprereq-build.mk;h=6311e601ba46410bad706961fdac380adc12d81d;hp=ed8fdb6fceffd0c61d3a7a3f6c6b823ce4b6ecce;hb=62af6d98ac68c6e009159df17cc4a2486d6aa0e7;hpb=a264975480c62b0d4177625a24cbab0111a51c97 diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fce..6311e601ba 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk include $(INCLUDE_DIR)/host.mk +PKG_NAME:=Build dependency + define Require/non-root [ "$$(shell whoami)" != "root" ] endef @@ -76,6 +78,9 @@ $(eval $(call Require,zlib, \ Please install zlib. (Missing libz.so or zlib.h) \ )) +$(eval $(call RequireCommand,gawk, \ + Please install GNU awk. \ +)) $(eval $(call RequireCommand,bison, \ Please install GNU bison. \ @@ -85,10 +90,6 @@ $(eval $(call RequireCommand,flex, \ Please install flex. \ )) -$(eval $(call RequireCommand,python, \ - Please install python. \ -)) - $(eval $(call RequireCommand,unzip, \ Please install unzip. \ )) @@ -116,3 +117,8 @@ endef $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) + +$(eval $(call RequireCommand,autoconf, \ + Please install GNU autoconf. \ +)) +