Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-22 15:50:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-22 15:50:43 +0100
commit33d5e03bd1ff1430d4a45cad5e209a03dacf1c6d (patch)
treece6cf123d5b072b6c66b796de0ddc1a9af1f95e2 /build-support
parent165f19460fed7856102c2ed4ee851ef7ce45e46c (diff)
build-support/libarchive-git: forgot to add --without-lz4
Diffstat (limited to 'build-support')
-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 \