[Pkg-libvirt-commits] [libvirt] 01/03: Enable libxl

Guido Guenther agx at alioth.debian.org
Sun Oct 6 14:04:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch experimental
in repository libvirt.

commit 63167cdfa4fc1083724b31ba5725b83ba198b177
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Jan 21 08:26:41 2013 +0100

    Enable libxl
    
    Closes: #698093
---
 debian/control |    2 +-
 debian/rules   |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8a7147a..8260cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  python-all-dev (>= 2.6.6-3~),
  libavahi-client-dev,
  libsasl2-dev,
- libxen-dev [i386 amd64],
+ libxen-dev (>= 4.3) [i386 amd64],
  lvm2 [linux-any],
  open-iscsi [linux-any],
  libparted0-dev (>= 2.2),
diff --git a/debian/rules b/debian/rules
index dfb58cf..97efecd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,12 @@ export VIR_TEST_DEBUG=1
 ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
     WITH_XEN = --with-xen
+    WITH_LIBXL = --with-libxl
     WITH_VBOX = --with-vbox
     MAKE_CHECK = 1
   else
     WITH_XEN            = --without-xen
+    WITH_LIBXL          = --without-libxl
     WITH_VBOX           = --without-vbox
   endif
   WITH_STORAGE_LVM    = --with-storage-lvm
@@ -59,6 +61,7 @@ else
   WITH_AUDIT          = --without-audit
   WITH_DTRACE         = --without-dtrace
   WITH_XEN            = --without-xen
+  WITH_LIBXL          = --without-libxl
   WITH_VBOX           = --without-vbox
 endif
 
@@ -89,6 +92,7 @@ DEB_CONFIGURE_EXTRA_ARGS :=      \
 	$(WITH_NETWORK)		 \
 	$(WITH_NETCF)		 \
 	$(WITH_XEN)		 \
+	$(WITH_LIBXL)		 \
 	$(WITH_VBOX)		 \
 	$(WITH_LXC)              \
 	$(WITH_DTRACE)           \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list