[Pkg-libvirt-commits] [SCM] Libvirt debian packaging branch, master, updated. debian/0.6.3-3

Guido Günther agx at sigxcpu.org
Tue May 19 18:01:17 UTC 2009


The following commit has been merged in the master branch:
commit 4087b7dd11b1b1c3cb6a02a2d366263fdcdd6f6a
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue May 19 18:53:07 2009 +0200

    disable lxc on ia64
    
    to work around FTBFS until we have access to a test machine

diff --git a/debian/rules b/debian/rules
index 56f8f6b..02b1f99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,12 @@ else
   BUILD_VBOX=--without-vbox
 endif
 
+ifneq (,$(findstring $(DEB_HOST_ARCH), ia64))
+  BUILD_LXC=--without-lxc
+else
+  BUILD_LXC=--with-lxc
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
@@ -20,7 +26,6 @@ DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	--disable-rpath          \
 	--with-qemu              \
 	--with-openvz            \
-	--with-lxc               \
 	--with-avahi             \
 	--with-sasl              \
 	--with-polkit		 \
@@ -33,7 +38,8 @@ DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	--without-numactl	 \
 	--enable-debug		 \
 	$(BUILD_XEN)		 \
-	$(BUILD_VBOX)
+	$(BUILD_VBOX)		 \
+	$(BUILD_LXC)
 
 DEB_DBG_PACKAGES = libvirt0-dbg
 DEB_DBG_PACKAGE_libvirt0 = libvirt0-dbg

-- 
Libvirt debian packaging



More information about the Pkg-libvirt-commits mailing list