diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:33:50 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:27:25 -0800 |
commit | 8fadb5caf9b72d2b68ebff0d59e1638f10a71b1b (patch) | |
tree | 097944fe2d3800a7d05654de2e55558004158e07 /tools | |
parent | 02abc92b8823932e66c2f4146fb4de6cdcd65ad1 (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/Makefile | 3 |
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 |