]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
qemu: disable sdl and documentation
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 10 Nov 2019 13:03:01 +0000 (13:03 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Nov 2019 19:40:29 +0000 (19:40 +0000)
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@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/qemu

index d18b49cb358bbd457b00c0593deb5d198db93c20..9fdb6b7b6dc98a9597aea4edf10daed06a25ef19 100644 (file)
--- 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