From 9f383ac95840e59b15f012d9ec5a1ef3bcef983191aab9aa7f0b3d0fd924396e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 16 Aug 2012 15:44:26 +0000 Subject: [PATCH] disable qemu test. If the package is built within kvm the configure test will fail because it starts kvm within kvm OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=11 --- libguestfs.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguestfs.spec b/libguestfs.spec index 202d15c..ba41b09 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -216,6 +216,9 @@ virtual machines. %patch -p1 %build +# disable qemu test. +# If the package is built within kvm the configure test will fail because it starts kvm within kvm +export vmchannel_test=no # for configure macro below CFLAGS="$RPM_OPT_FLAGS -Wno-unused" CXXFLAGS="$RPM_OPT_FLAGS -Wno-unused"