From 5d48c042889a9ca446ad6d33cc49597b4fdbcd67 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 11 Nov 2023 13:18:28 -0800 Subject: tools/depends: curl: add --without-brotli option Signed-off-by: Lukas Rusak --- tools/depends/target/curl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index 20ca479022..a071f59021 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -21,7 +21,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-ca-fallback \ --with-ssl=$(PREFIX) \ --with-nghttp2=$(PREFIX) \ - --without-zstd + --without-zstd \ + --without-brotli LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a -- cgit v1.2.3