[2/2] Enable seccomp support for qemu

Message ID 1555167316-3677-2-git-send-email-jonatan.schlag@ipfire.org
State Accepted
Commit 010d4a85a94d0b78a214032945652a6105771f50
Headers
Series [1/2] Add new package libseccomp |

Commit Message

Jonatan Schlag April 14, 2019, 12:55 a.m. UTC
  Fixes: #11941

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 lfs/qemu | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/qemu b/lfs/qemu
index 015837a..d18b49c 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -33,9 +33,9 @@  DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = i586 x86_64
 PROG       = qemu
-PAK_VER    = 23
+PAK_VER    = 24
 
-DEPS       = "libusbredir sdl spice"
+DEPS       = "libusbredir sdl spice libseccomp"
 
 ###############################################################################
 # Top-level Rules
@@ -82,7 +82,7 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
 		--localstatedir=/var --enable-kvm --disable-bluez --disable-attr \
 		--target-list="i386-linux-user x86_64-linux-user arm-linux-user i386-softmmu x86_64-softmmu arm-softmmu" \
-		--extra-cflags="$(CFLAGS)" --enable-spice --enable-usb-redir
+		--extra-cflags="$(CFLAGS)" --enable-spice --enable-usb-redir --enable-seccomp
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install