aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:34:45 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-11 13:34:45 -0800
commit295f8cff848ee3374a40950a65f882f19b612929 (patch)
tree3aa7cf71a9e897555345c3d27c6380dcc5bb24b3 /tools/depends/target/curl
parent3db9a1f1b0c21fd9bcf7ec6403105652c0dc7183 (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/Makefile3
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)