aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:34:45 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-15 19:27:27 -0800
commit49c0c2cd7b25d8fca3d0a57784382d9074e30f77 (patch)
treee26a59a8a1c190d48c4bf56d9e86077f5d37e7ee /tools
parent0fdf19197b30509a35ae1e9a65668cf60bca15e4 (diff)
tools/depends: curl: add --without-wolfssl option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-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 f5dfa0138c..ae66740899 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -29,7 +29,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--without-quiche \
--without-gnutls \
--without-nss \
- --without-mbedtls
+ --without-mbedtls \
+ --without-wolfssl
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a