aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:34:11 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-11 13:34:11 -0800
commit3db9a1f1b0c21fd9bcf7ec6403105652c0dc7183 (patch)
tree74f46199924313eed370bf15ebe8f42ef14e751a /tools/depends/target/curl
parent7d2569ce0605a0fa318d56fbd55cabe493371a61 (diff)
tools/depends: curl: add --without-mbedtls 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 201e380989..f853758ba8 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -25,7 +25,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--without-quiche \
--without-msh3 \
--without-gnutls \
- --without-nss
+ --without-nss \
+ --without-mbedtls
LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT)