diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:29:40 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:27:01 -0800 |
commit | 578f129558aaf171913e058ec808829eb31d0ee7 (patch) | |
tree | a7ca7a139053dcd76e9fbfa078db55423686f014 /tools | |
parent | 58ec0b84d5dccb20634e96b6ad66d3471de714d0 (diff) |
tools/depends: curl: add --without-nghttp3 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 63e543dda5..a1b94c94d5 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-zstd \ --without-brotli \ --without-gssapi \ - --without-ngtcp2 + --without-ngtcp2 \ + --without-nghttp3 LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |