mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
spec: Build vbox packages only for x86 architectures
Commit 6ab6bc19f03513fd87d29ecfd405bb7f4a7de114 has introduced separate daemon/driver packages for vbox. These should only be built for x86 architectures which is done hereby. Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
This commit is contained in:
parent
fb6a05e75d
commit
831909a94e
@ -130,6 +130,11 @@
|
|||||||
%define with_libxl 0
|
%define with_libxl 0
|
||||||
%endif
|
%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
|
# Numactl is not available on s390[x] and ARM
|
||||||
%ifarch s390 s390x %{arm}
|
%ifarch s390 s390x %{arm}
|
||||||
%define with_numactl 0
|
%define with_numactl 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user