X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=bcb2103047906cebccbc14b23fb856555c00ef53;hb=08dd8d9a22130cbb368fd7f6fa4c790239f2c758;hp=f5fb9e270a0dc08c965abbbb2550c83c0e814801;hpb=dfa904f762846dc0e9d46119490d2466c4b95b60;p=openwrt.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index f5fb9e270a..bcb2103047 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -74,7 +74,11 @@ $(eval $(call TestHostCommand,zlib, \ $(eval $(call TestHostCommand,libssl, \ Please install the openssl library (with development headers), \ echo 'int main(int argc, char **argv) { SSL_library_init(); return 0; }' | \ - gcc -include openssl/ssl.h -x c -o $(TMP_DIR)/a.out - -lcrypto -lssl)) + gcc $(HOST_CFLAGS) -include openssl/ssl.h -x c -o $(TMP_DIR)/a.out - -lcrypto -lssl $(HOST_LDFLAGS))) + +$(eval $(call TestHostCommand,perl-thread-queue, \ + Please install the Perl Thread::Queue module, \ + perl -MThread::Queue -e 1)) $(eval $(call SetupHostCommand,tar,Please install GNU 'tar', \ @@ -157,7 +161,7 @@ $(eval $(call SetupHostCommand,file,Please install the 'file' package, \ file --version 2>&1 | grep file)) $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \ - openssl version | grep OpenSSL)) + openssl version | grep '\(OpenSSL\|LibreSSL\)')) # Install ldconfig stub