mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: use host cflags/ldflags for openssl prereq check
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r47138 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47140 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1a17450789
commit
d618a2b86e
@ -68,7 +68,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 SetupHostCommand,tar,Please install GNU 'tar', \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user