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