summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-09-21 13:12:49 +0200
committerAndreas Baumann2023-09-21 13:12:49 +0200
commiteb9e02ccae1b699b73022c653caf6dc88fac814a (patch)
tree3cbaa7ac78267418f25cf4750784f25499d62a8d
parent18a5888e0f39bb4ae0407aba7b15219f60b0f719 (diff)
downloadaur-eb9e02ccae1b699b73022c653caf6dc88fac814a.tar.gz
disabled building of bsdunzip in libarchive (undefined symbol 'getauxval')
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66f2a011219..34affec3be64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman-static
pkgdesc = Statically-compiled pacman (to fix or install systems without libc)
pkgver = 6.0.2
- pkgrel = 5
+ pkgrel = 6
url = https://www.archlinux.org/pacman/
arch = i486
arch = i686
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