X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=b7ada69bb418ba51c3cedbc05f277a5fffb637c5;hb=4810de8e4bb03b3caf1c9ad9509e65244f228af1;hp=dadce81ad55d1d9b9c84864706a2e6b96eac0ce3;hpb=b9831690e4f408d2a23a660c61b311d308317dcb;p=oweals%2Fopenwrt.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index dadce81ad5..b7ada69bb4 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -168,6 +168,10 @@ $(eval $(call RequireCommand,svn, \ Please install the subversion client. \ )) +$(eval $(call RequireCommand,openssl, \ + Please install openssl. \ +)) + define Require/gnu-find $(FIND) --version 2>/dev/null endef @@ -183,7 +187,3 @@ endef $(eval $(call Require,getopt-extended, \ Please install an extended getopt version that supports --long \ )) - -$(eval $(call RequireCommand,bc, \ - Please install bc. \ -))