diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:33:30 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:33:30 -0800 |
commit | 0c5e3b823b17ac694a741ebc2c3db39a634f38ae (patch) | |
tree | 146a8c5e520e4aaf4fe4b08a5753f884ca3a89e3 /tools/depends/target/curl | |
parent | 1e83abe336d72fedca783e4db2533b56a28a0bc2 (diff) |
tools/depends: curl: add --without-gnutls option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools/depends/target/curl')
-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 26263b92c4..048e5ebb2f 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -23,7 +23,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-ngtcp2 \ --without-nghttp3 \ --without-quiche \ - --without-msh3 + --without-msh3 \ + --without-gnutls LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |