diff --git a/libvirt.spec.in b/libvirt.spec.in index e1c5f49208..7abe9fe97b 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -130,6 +130,11 @@ %define with_libxl 0 %endif +# vbox is available only on i386 x86_64 +%ifnarch %{ix86} x86_64 + %define with_vbox 0 +%endif + # Numactl is not available on s390[x] and ARM %ifarch s390 s390x %{arm} %define with_numactl 0