]> xenbits.xensource.com Git - libvirt.git/commitdiff
Exclude numactl on s390[x]
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Nov 2009 18:07:34 +0000 (18:07 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 12 Nov 2009 11:17:29 +0000 (11:17 +0000)
The numactl package is not applicable for s390[x] arches, so do
not enable it as a build dep.

* libvirt.spec.in: Exclude numactl on s390[x]

libvirt.spec.in

index 9238bdd7e811ff290eadaca97b50f4af8b6fc4cc..f2933ad97f4e52ddc55b9d7d913a8a0c22c0cc00 100644 (file)
 %define with_xen 0
 %endif
 
+# Numactl is not available on s390[x]
+%ifarch s390 s390x
+%define with_numactl 0
+%endif
 
 # RHEL doesn't ship OpenVZ, VBox, UML, OpenNebula, PowerHypervisor or ESX
 %if 0%{?rhel}