X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fprereq-build.mk;h=77fa991b04f2c23534b0e58819b0f49fa71f8cbc;hp=6f491375c69657eda6d3cf9a32c3e381bbfec6ea;hb=f875e18fd28cf744a504f0f8ddbfd9d4c211098c;hpb=9e5db437f294284f8d1cb6bf3fd078dfca0bea30 diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 6f491375c6..77fa991b04 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -74,7 +74,7 @@ $(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, \