From 401ba0f969e6ffd29af586d2a628dc848e133ba7 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 11 Nov 2023 13:30:04 -0800 Subject: tools/depends: curl: add --without-quiche option Signed-off-by: Lukas Rusak --- tools/depends/target/curl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/depends') diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index b0a1a946de..10cd08891b 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -21,7 +21,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-gsasl \ --without-hyper \ --without-ngtcp2 \ - --without-nghttp3 + --without-nghttp3 \ + --without-quiche LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) -- cgit v1.2.3