diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:29:11 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:26:48 -0800 |
commit | 58ec0b84d5dccb20634e96b6ad66d3471de714d0 (patch) | |
tree | 55518b7149b76cdefc33f48fe9a74f10e897a993 /tools | |
parent | cc115783266892c9e48b00889fbceb1bff1c47a0 (diff) |
tools/depends: curl: add --without-ngtcp2 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 6ecd2deb9c..63e543dda5 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -23,7 +23,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-nghttp2=$(PREFIX) \ --without-zstd \ --without-brotli \ - --without-gssapi + --without-gssapi \ + --without-ngtcp2 LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |