aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:38:55 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-15 19:27:27 -0800
commit564c5cadf2b43729323cfb0457bcaf9d12c1837a (patch)
tree44a119f634339421c9a0495ceb8e17bbfad0e4ea /tools
parent49c0c2cd7b25d8fca3d0a57784382d9074e30f77 (diff)
tools/depends: curl: add --with-zlib option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile2
-rw-r--r--tools/depends/target/curl/Makefile1
2 files changed, 2 insertions, 1 deletions
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 \