[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.2-2

Guido Günther agx at sigxcpu.org
Sat Jun 11 19:51:17 UTC 2011


The following commit has been merged in the master branch:
commit 17570fc900f26deaf45c2072dd81c5f0d3fb727b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Jun 11 12:31:45 2011 +0200

    Enable OpenVZ on Linux only
    
    Closes: #630099

diff --git a/debian/rules b/debian/rules
index d6d2ef7..3c1df6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   WITH_MACVTAP        = --with-macvtap
   WITH_NETWORK        = --with-network
   WITH_QEMU           = --with-qemu
+  WITH_OPENVZ         = --with-openvz
   ifneq (,$(findstring $(DEB_HOST_ARCH), ia64))
       WITH_LXC        = --without-lxc
   else
@@ -48,7 +49,7 @@ DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	$(WITH_QEMU)		 \
 	--with-qemu-user=libvirt-qemu  \
 	--with-qemu-group=kvm    \
-	--with-openvz            \
+        $(WITH_OPENVZ)		 \
 	--with-avahi             \
 	--with-sasl              \
 	$(WITH_POLKIT)		 \

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list