index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/libarchive-static/PKGBUILD | 3 |
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 \ |