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-11 13:33:50 -0800
commit7d2569ce0605a0fa318d56fbd55cabe493371a61 (patch)
tree43d38ee7953301d02bd688313278f47fbc00e267 /tools
parent0c5e3b823b17ac694a741ebc2c3db39a634f38ae (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 048e5ebb2f..201e380989 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -24,7 +24,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--without-nghttp3 \
--without-quiche \
--without-msh3 \
- --without-gnutls
+ --without-gnutls \
+ --without-nss
LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT)