]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wolfssl: Do not hardcode include directory in wpa_supplicant build
authorJouni Malinen <j@w1.fi>
Sat, 16 May 2020 18:07:45 +0000 (21:07 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 May 2020 18:07:45 +0000 (21:07 +0300)
This is not really appropriate for any kind of cross compilations and is
not really needed in general since system specific values can be set in
.config.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/Makefile

index e15694821dc5a9f916bf36c38b4b25b5f08c9580..f4878807dfabbd19988e759d5352802a7eba06d8 100644 (file)
@@ -1077,7 +1077,7 @@ endif
 
 ifeq ($(CONFIG_TLS), wolfssl)
 ifdef TLS_FUNCS
-CFLAGS += -DWOLFSSL_DER_LOAD -I/usr/local/include/wolfssl
+CFLAGS += -DWOLFSSL_DER_LOAD
 OBJS += ../src/crypto/tls_wolfssl.o
 endif
 OBJS += ../src/crypto/crypto_wolfssl.o