X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4d761f0cd585654092dc87bc4887d0125f1cbd0b..2c7451b345237216af91acf7dabc58f0c8375818:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 11ee111ce..b0114f0b9 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -123,3 +123,10 @@ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) +define Require/gnu-find + $(FIND) $(TMP_DIR) -lname foo +endef + +$(eval $(call Require,gnu-find, \ + Please install GNU find \ +))