[qemu] add --disable-fdt on all configure command-lines

Eduardo Habkost ehabkost at fedoraproject.org
Mon Mar 26 14:34:26 UTC 2012


commit 4b637e1a59ce1f2a7605176a12b9fa6bd2b1d193
Author: Eduardo Habkost <ehabkost at redhat.com>
Date:   Mon Mar 26 11:33:21 2012 -0300

    add --disable-fdt on all configure command-lines
    
    The previous --disable-fdt patch was incomplete. Fixing it.
    
    Signed-off-by: Eduardo Habkost <ehabkost at redhat.com>

 qemu.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index d75896a..fe8d362 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -517,6 +517,7 @@ make clean
 %endif
 %if 0%{?rhel}
     --disable-rbd \
+    --disable-fdt \
 %endif
     --enable-trace-backend=dtrace \
     --disable-werror


More information about the scm-commits mailing list