summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann2023-09-21 13:12:49 +0200
committerAndreas Baumann2023-09-21 13:12:49 +0200
commiteb9e02ccae1b699b73022c653caf6dc88fac814a (patch)
tree3cbaa7ac78267418f25cf4750784f25499d62a8d /PKGBUILD
parent18a5888e0f39bb4ae0407aba7b15219f60b0f719 (diff)
downloadaur-eb9e02ccae1b699b73022c653caf6dc88fac814a.tar.gz
disabled building of bsdunzip in libarchive (undefined symbol 'getauxval')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ecc6edec92b..eef3b3c1146c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _libarchive_ver=3.7.2
_gpgerrorver=1.47
_libassuanver=2.5.6
_gpgmever=1.22.0
-pkgrel=5
+pkgrel=6
pkgdesc="Statically-compiled pacman (to fix or install systems without libc)"
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.archlinux.org/pacman/"
@@ -273,7 +273,7 @@ build() {
./configure --prefix="${srcdir}"/temp/usr \
--without-xml2 \
--without-nettle \
- --disable-{bsdtar,bsdcat,bsdcpio} \
+ --disable-{bsdtar,bsdcat,bsdcpio,bsdunzip} \
--without-expat \
--disable-shared
make