diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:33:50 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:33:50 -0800 |
commit | 7d2569ce0605a0fa318d56fbd55cabe493371a61 (patch) | |
tree | 43d38ee7953301d02bd688313278f47fbc00e267 /tools | |
parent | 0c5e3b823b17ac694a741ebc2c3db39a634f38ae (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 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) |