diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:34:11 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:27:27 -0800 |
commit | 0fdf19197b30509a35ae1e9a65668cf60bca15e4 (patch) | |
tree | 12637e31230fc23a11e0d4c35050c6a0ca7cc949 /tools | |
parent | 8fadb5caf9b72d2b68ebff0d59e1638f10a71b1b (diff) |
tools/depends: curl: add --without-mbedtls option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-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 a8abe39d95..f5dfa0138c 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -28,7 +28,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-nghttp3 \ --without-quiche \ --without-gnutls \ - --without-nss + --without-nss \ + --without-mbedtls LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |