From 564c5cadf2b43729323cfb0457bcaf9d12c1837a Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 11 Nov 2023 13:38:55 -0800 Subject: tools/depends: curl: add --with-zlib option Signed-off-by: Lukas Rusak --- tools/depends/target/Makefile | 2 +- tools/depends/target/curl/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 284fff9df0..805a77a0b6 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -124,7 +124,7 @@ endif all: .installed-$(PLATFORM) crossguid: $(LIBUUID) -curl: openssl nghttp2 +curl: openssl nghttp2 $(ZLIB) dav1d: meson-cross-file dbus: expat ffmpeg: $(ICONV) $(ZLIB) bzip2 gnutls dav1d $(LIBVA) diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index ae66740899..e9db089deb 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -21,6 +21,7 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-ca-fallback \ --with-ssl=$(PREFIX) \ --with-nghttp2=$(PREFIX) \ + --with-zlib \ --without-zstd \ --without-brotli \ --without-gssapi \ -- cgit v1.2.3