public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 5/6] qemu: disable sdl and documentation
Date: Sun, 10 Nov 2019 13:03:01 +0000	[thread overview]
Message-ID: <20191110130302.21867-5-jonatan.schlag@ipfire.org> (raw)
In-Reply-To: <20191110130302.21867-1-jonatan.schlag@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]

A newer version of qemu does not build anymore with our version of sdl. I
tried around a little bit and as I have not got a clue why we are using
sdl (spice and remote access still works)  I think we should disable it.

I disabled the generation of the documentation as well but this switch
does not seem to have any effect.

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

diff --git a/lfs/qemu b/lfs/qemu
index d18b49cb3..9fdb6b7b6 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -82,7 +82,8 @@ $(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 --enable-seccomp
+		--extra-cflags="$(CFLAGS)" --enable-spice --enable-usb-redir --enable-seccomp \
+		--disable-docs --disable-sdl
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 
-- 
2.20.1


  parent reply	other threads:[~2019-11-10 13:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 13:02 [PATCH 1/6] Libvirt: disable Wireshark Jonatan Schlag
2019-11-10 13:02 ` [PATCH 2/6] libvirt: use a custom config file Jonatan Schlag
2019-11-10 13:02 ` [PATCH 3/6] Libvirt: update to version 5.6.0 Jonatan Schlag
2019-11-10 13:03 ` [PATCH 4/6] Libvirt: enable lvm Jonatan Schlag
2019-11-10 13:03 ` Jonatan Schlag [this message]
2019-11-10 13:03 ` [PATCH 6/6] Update qemu to version 4.1.0 Jonatan Schlag

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191110130302.21867-5-jonatan.schlag@ipfire.org \
    --to=jonatan.schlag@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox