aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:30:04 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-15 19:27:02 -0800
commit7c453d48e43b86c412af8509ee36e7225dc76367 (patch)
tree1edf881dd2c519bf82abfbf3b5361d1c97a1e9c5 /tools
parent578f129558aaf171913e058ec808829eb31d0ee7 (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/Makefile3
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