diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:29:40 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:29:40 -0800 |
commit | 4579c9b91149a9ef232c6e210beeca4cca6618d5 (patch) | |
tree | 1b6f871404ca9008c922f56721df8018a7ab4c9b /tools/depends/target/curl/Makefile | |
parent | 1a5a90496ebd809daf738a57783291a5bc3bb8b6 (diff) |
tools/depends: curl: add --without-nghttp3 option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools/depends/target/curl/Makefile')
-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 eaafb3ad05..b0a1a946de 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -20,7 +20,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-gssapi \ --without-gsasl \ --without-hyper \ - --without-ngtcp2 + --without-ngtcp2 \ + --without-nghttp3 LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |