wolfssl: Do not hardcode include directory in wpa_supplicant build
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>
This commit is contained in:
parent
eb595b3e3a
commit
79488da576
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_TLS), wolfssl)
|
ifeq ($(CONFIG_TLS), wolfssl)
|
||||||
ifdef TLS_FUNCS
|
ifdef TLS_FUNCS
|
||||||
CFLAGS += -DWOLFSSL_DER_LOAD -I/usr/local/include/wolfssl
|
CFLAGS += -DWOLFSSL_DER_LOAD
|
||||||
OBJS += ../src/crypto/tls_wolfssl.o
|
OBJS += ../src/crypto/tls_wolfssl.o
|
||||||
endif
|
endif
|
||||||
OBJS += ../src/crypto/crypto_wolfssl.o
|
OBJS += ../src/crypto/crypto_wolfssl.o
|
||||||
|
|
Loading…
Reference in a new issue