]> git.proxmox.com Git - pve-qemu.git/commitdiff
debian/rules: don't disable Flat Device Tree
authorGeert Stappers <stappers@stappers.it>
Mon, 19 Feb 2018 19:53:12 +0000 (20:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Mar 2018 07:13:41 +0000 (08:13 +0100)
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>
debian/rules

index 9396228865e4478bde22fa43aeefa868a0d11cb3..187f535e61613b968d3f897e12286ea10d6c901c 100755 (executable)
@@ -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