From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 2/2] Enable seccomp support for qemu Date: Sat, 13 Apr 2019 15:55:16 +0100 Message-ID: <1555167316-3677-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1555167316-3677-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5291382056909739921==" List-Id: --===============5291382056909739921== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: #11941 Signed-off-by: Jonatan Schlag --- lfs/qemu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 015837a..d18b49c 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -33,9 +33,9 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D i586 x86_64 PROG =3D qemu -PAK_VER =3D 23 +PAK_VER =3D 24 =20 -DEPS =3D "libusbredir sdl spice" +DEPS =3D "libusbredir sdl spice libseccomp" =20 ############################################################################= ### # Top-level Rules @@ -82,7 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/etc \ --localstatedir=3D/var --enable-kvm --disable-bluez --disable-attr \ --target-list=3D"i386-linux-user x86_64-linux-user arm-linux-user i386-sof= tmmu x86_64-softmmu arm-softmmu" \ - --extra-cflags=3D"$(CFLAGS)" --enable-spice --enable-usb-redir + --extra-cflags=3D"$(CFLAGS)" --enable-spice --enable-usb-redir --enable-se= ccomp cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 1.8.3.1 --===============5291382056909739921==--