aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:33:50 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-15 19:27:25 -0800
commit8fadb5caf9b72d2b68ebff0d59e1638f10a71b1b (patch)
tree097944fe2d3800a7d05654de2e55558004158e07 /tools
parent02abc92b8823932e66c2f4146fb4de6cdcd65ad1 (diff)
tools/depends: curl: add --without-nss 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 499ca86afd..a8abe39d95 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -27,7 +27,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--without-ngtcp2 \
--without-nghttp3 \
--without-quiche \
- --without-gnutls
+ --without-gnutls \
+ --without-nss
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a