mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
Disable numactl on ARM architectures too
* libvirt.spec.in: Disable numactl on ARM
This commit is contained in:
parent
091fa6a89c
commit
a132fb0925
@ -92,8 +92,8 @@
|
||||
%define with_libxl 0
|
||||
%endif
|
||||
|
||||
# Numactl is not available on s390[x]
|
||||
%ifarch s390 s390x
|
||||
# Numactl is not available on s390[x] and ARM
|
||||
%ifarch s390 s390x %{arm}
|
||||
%define with_numactl 0
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user