From: Jonatan Schlag Date: Sun, 10 Nov 2019 13:03:01 +0000 (+0000) Subject: qemu: disable sdl and documentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f64cbda3d1983204b5624b55498977020829894a;p=people%2Fstevee%2Fipfire-2.x.git qemu: disable sdl and documentation 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 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/qemu b/lfs/qemu index d18b49cb35..9fdb6b7b6d 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