[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/1.0.0_rc2-3

Guido Günther agx at sigxcpu.org
Tue Oct 30 17:17:42 UTC 2012


The following commit has been merged in the experimental branch:
commit 55ec3996febf1f44a9ca33169a17bbfc614632f1
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Oct 30 13:28:23 2012 +0100

    Don't try to configure systemtap support
    
    on architectures lacking support for it.

diff --git a/debian/rules b/debian/rules
index 83e68f6..6eaa955 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,11 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   WITH_SANLOCK        = --with-sanlock
   WITH_INIT_SCRIPT    =	--with-init-script=systemd
   WITH_AUDIT          = --with-audit
-  WITH_DTRACE         = --with-dtrace
+  ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel armhf i386 ia64 powerpc s390))
+      WITH_DTRACE     = --with-dtrace
+  else
+      WITH_DTRACE     = --without-dtrace
+  endif
   ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
       WITH_NUMA       = --with-numactl
   else

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list