From 8fadb5caf9b72d2b68ebff0d59e1638f10a71b1b Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 11 Nov 2023 13:33:50 -0800 Subject: tools/depends: curl: add --without-nss option Signed-off-by: Lukas Rusak --- tools/depends/target/curl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3