[Pkg-libvirt-maintainers] [PATCH] debian/rules: set --with-numactl for ppc64el as well

Serge Hallyn serge.hallyn at ubuntu.com
Thu Apr 28 20:17:43 UTC 2016


Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4d72098..9db07a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,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
-- 
2.7.4




More information about the Pkg-libvirt-maintainers mailing list