summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQiu Wenbo2021-10-21 09:22:19 +0800
committerQiu Wenbo2021-10-21 09:22:19 +0800
commita9e26d72aada571f4bee382aca8c59bec303b1db (patch)
tree9b551f55319f973667f148ee837b84e48b87e46e /PKGBUILD
parentfdbf817892f4f21a189c8ac40f831514776dca0a (diff)
downloadaur-a9e26d72aada571f4bee382aca8c59bec303b1db.tar.gz
disable eBPF before #566 is solved
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}