Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-support/libarchive-static/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-support/libarchive-static/PKGBUILD b/build-support/libarchive-static/PKGBUILD
index 1b446905..1014f60a 100644
--- a/build-support/libarchive-static/PKGBUILD
+++ b/build-support/libarchive-static/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libarchive-static
_pkgname=libarchive
pkgver=3.7.7
-pkgrel=2
+pkgrel=3
_attrver=2.5.2
_aclver=2.3.2
_sslver=3.4.1
@@ -245,6 +245,7 @@ build() {
./configure --prefix="${srcdir}"/temp/usr \
--bindir=/usr/bin \
--without-xml2 \
+ --without-lz4 \
--without-nettle \
--without-expat \
--disable-shared \