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-11 13:42:28 -0800
commitdae10269046c99ff65ea5746ce971707bfea78f4 (patch)
tree5dc31a70a9bd9443c3a5c491bc9002921ec9e7cf /tools
parent295f8cff848ee3374a40950a65f882f19b612929 (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 825888d00a..bdfebac073 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -150,7 +150,7 @@ $(DOWNLOAD_TARGETS):
download: $(DOWNLOAD_TARGETS)
crossguid: $(LIBUUID)
-curl: openssl nghttp2
+curl: openssl nghttp2 $(ZLIB)
dbus: expat
ffmpeg: $(ICONV) $(ZLIB) bzip2 gnutls dav1d $(LIBVA)
fontconfig: freetype2 expat $(ICONV) $(LIBUUID)
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile
index 1bf9694e17..896a67ddf4 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -14,6 +14,7 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--with-ca-fallback \
--with-ssl=$(PREFIX) \
--with-nghttp2=$(PREFIX) \
+ --with-zlib \
--without-libpsl \
--without-zstd \
--without-brotli \