summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8a04cf333b0..76dc1c90484d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ pkgver() {
build() {
cd "$srcdir/$_srcname"
./autogen.sh
- ./configure --prefix=/usr --with-pcre2
+ ./configure --prefix=/usr --with-pcre2 --enable-zlib --enable-lzma
make
}