[Pkg-libvirt-commits] [libvirt] 03/06: Enable numactl ppc64el

Guido Guenther agx at moszumanska.debian.org
Sat Apr 30 14:44:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/1.3.4_rc2-1
in repository libvirt.

commit 8ad2900bf4755aad7ddcd154b2c5e999b4749cad
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Apr 29 08:37:08 2016 +0200

    Enable numactl ppc64el
    
    suggested by Serge Hallyn
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 64b7e75..d8ed4b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   else
       WITH_DTRACE     = --without-dtrace
   endif
-  ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
+  ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc ppc64el))
       WITH_NUMA       = --with-numactl
   else
       WITH_NUMA       = --without-numactl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list