[Pkg-libvirt-commits] [SCM] Libvirt debian packaging branch, master, updated. debian/0.6.2-2-8-gdd149a4

Guido Günther agx at sigxcpu.org
Mon May 4 06:35:54 UTC 2009


The following commit has been merged in the master branch:
commit 6977bde2c45081c648d7c1ff2498607f5525dd8b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon May 4 00:35:54 2009 +0200

    enable vbox support

diff --git a/debian/rules b/debian/rules
index 930e1e1..74fb0ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,10 @@ DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 
 ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
   BUILD_XEN=--with-xen
+  BUILD_VBOX=--with-vbox
 else
   BUILD_XEN=--without-xen
+  BUILD_VBOX=--without-vbox
 endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -30,7 +32,8 @@ DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	--with-init-scripts=none \
 	--without-numactl	 \
 	--enable-debug		 \
-	$(BUILD_XEN)
+	$(BUILD_XEN)		 \
+	$(BUILD_VBOX)
 
 DEB_DBG_PACKAGES = libvirt0-dbg
 DEB_DBG_PACKAGE_libvirt0 = libvirt0-dbg

-- 
Libvirt debian packaging



More information about the Pkg-libvirt-commits mailing list