Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codyps/bf1387af3668c4fd38d11ca6d6ec04b8 to your computer and use it in GitHub Desktop.
Save codyps/bf1387af3668c4fd38d11ca6d6ec04b8 to your computer and use it in GitHub Desktop.
0001-disable-bpf-to-fix-build-see-https-gitlab.com-qemu-p.patch
From bcfa8fa5d4a1e90e6eea72d2fcfeaca200858e55 Mon Sep 17 00:00:00 2001
From: Cody P Schafer <dev@codyps.com>
Date: Mon, 4 Oct 2021 12:28:35 -0400
Subject: [PATCH] disable bpf to fix build, see
https://gitlab.com/qemu-project/qemu/-/issues/566
---
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/PKGBUILD b/PKGBUILD
index 68fdacc..fd90215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,6 +69,7 @@ _configure() {
--disable-capstone \
--disable-zstd \
--disable-linux-io-uring \
+ --disable-bpf \
--static
}
--
2.33.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment