diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:34:11 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:34:11 -0800 |
commit | 3db9a1f1b0c21fd9bcf7ec6403105652c0dc7183 (patch) | |
tree | 74f46199924313eed370bf15ebe8f42ef14e751a /tools/depends/target/curl | |
parent | 7d2569ce0605a0fa318d56fbd55cabe493371a61 (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/Makefile | 3 |
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) |