[libvirt] [PATCH] Disable numactl on ARM architectures too

10 Nov
2011
10 Nov
'11
12:34 p.m.
From: "Daniel P. Berrange" <berrange@redhat.com> Pushed under trivial rule - a backport from the Fedora spec * libvirt.spec.in: Disable numactl on ARM --- libvirt.spec.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 10280f0..d4e3e17 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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 -- 1.7.6.4
5056
Age (days ago)
5056
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel P. Berrange