From bde1fe81a6e9336e78bede58c8b52672614c5b49 Mon Sep 17 00:00:00 2001 From: Xpl0itU <24777100+Xpl0itU@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:59:30 +0100 Subject: [PATCH] Fix building without libz --- prepare_aria.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_aria.sh b/prepare_aria.sh index c99382b..4e9e73c 100755 --- a/prepare_aria.sh +++ b/prepare_aria.sh @@ -92,7 +92,7 @@ PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig/ \ --without-libexpat \ --without-libgcrypt \ --without-libssh2 \ - --without-zlib \ + --without-libz \ --with-openssl \ --without-appletls \ --without-libnettle \