From: Daniel P. Berrange Date: Thu, 10 Nov 2011 11:33:17 +0000 (+0000) Subject: Disable numactl on ARM architectures too X-Git-Tag: v0.9.8-rc1~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a132fb092574843d104d227d5ead7c5dfcc74850;p=thirdparty%2Flibvirt.git Disable numactl on ARM architectures too * libvirt.spec.in: Disable numactl on ARM --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 10280f02b6..d4e3e17dd6 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