diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:29:11 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:29:11 -0800 |
commit | 1a5a90496ebd809daf738a57783291a5bc3bb8b6 (patch) | |
tree | 7f5d34c7ef5a600e23cad640c830e2c40fe19822 /tools | |
parent | 76c57e3e2599e6ba6b4e153298d13077184ae03d (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 530a29fc64..eaafb3ad05 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -19,7 +19,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-brotli \ --without-gssapi \ --without-gsasl \ - --without-hyper + --without-hyper \ + --without-ngtcp2 LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |