summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2021-10-21 09:22:19 +0800
committerQiu Wenbo2021-10-21 09:22:19 +0800
commita9e26d72aada571f4bee382aca8c59bec303b1db (patch)
tree9b551f55319f973667f148ee837b84e48b87e46e
parentfdbf817892f4f21a189c8ac40f831514776dca0a (diff)
downloadaur-a9e26d72aada571f4bee382aca8c59bec303b1db.tar.gz
disable eBPF before #566 is solved
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1754bfb41363..db159b8b3674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qemu-user-static
pkgdesc = Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt.
pkgver = 6.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.qemu.org/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 68fdacc9edf7..f39d7f17a41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qemu-user-static
pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt."
pkgver=6.1.0
-pkgrel=1
+pkgrel=2
arch=(x86_64 aarch64)
license=(GPL2 LGPL2.1)
url="http://wiki.qemu.org/"
@@ -69,6 +69,7 @@ _configure() {
--disable-capstone \
--disable-zstd \
--disable-linux-io-uring \
+ --disable-bpf \
--static
}