]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Disable numactl on ARM architectures too
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Nov 2011 11:33:17 +0000 (11:33 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Nov 2011 11:33:17 +0000 (11:33 +0000)
* libvirt.spec.in: Disable numactl on ARM

libvirt.spec.in

index 10280f02b6e8e31444f8e4b0a65e7969c5c5c370..d4e3e17dd65bd882bf3141c60c264aef7c59b967 100644 (file)
@@ -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