debian/rules: don't disable Flat Device Tree

I don't know why fdt, Flat Device Tree, is disabled,
but that disabling blocks building e.g. qemu-system-aarch64.
It stops the build and yields this:

 ERROR: fdt disabled but some requested targets require it.
        You can turn off fdt only if you also disable all the system
        emulation targets which need it
        (by specifying a cut down --target-list).

Signed-off-by: Geert Stappers <stappers@stappers.it>
This commit is contained in:
Geert Stappers 2018-02-19 20:53:12 +01:00 committed by Thomas Lamprecht
parent 55b687225c
commit 426b89f032

2
debian/rules vendored
View File

@ -45,7 +45,7 @@ config.status: configure
--disable-smartcard --audio-drv-list="alsa" --enable-spice \
--enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk \
--enable-xfsctl --enable-numa --disable-strip --enable-jemalloc \
--enable-virtfs --disable-libnfs --disable-fdt \
--enable-virtfs --disable-libnfs \
--disable-guest-agent --disable-guest-agent-msi
build: patch build-stamp