diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:34:45 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:34:45 -0800 |
commit | 295f8cff848ee3374a40950a65f882f19b612929 (patch) | |
tree | 3aa7cf71a9e897555345c3d27c6380dcc5bb24b3 /tools/depends/target/curl | |
parent | 3db9a1f1b0c21fd9bcf7ec6403105652c0dc7183 (diff) |
tools/depends: curl: add --without-wolfssl option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r-- | tools/depends/target/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index f853758ba8..1bf9694e17 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -26,7 +26,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-msh3 \ --without-gnutls \ --without-nss \ - --without-mbedtls + --without-mbedtls \ + --without-wolfssl LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |