diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:33:30 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:27:16 -0800 |
commit | 02abc92b8823932e66c2f4146fb4de6cdcd65ad1 (patch) | |
tree | 34bf2c5cd118c266b1d0c1a1f4c6dd55e4660751 /tools | |
parent | 7c453d48e43b86c412af8509ee36e7225dc76367 (diff) |
tools/depends: curl: add --without-gnutls 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 0fbc5c689d..499ca86afd 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -26,7 +26,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-gssapi \ --without-ngtcp2 \ --without-nghttp3 \ - --without-quiche + --without-quiche \ + --without-gnutls LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |