[Pkg-libvirt-commits] [libvirt] 02/03: Explicitly disable phyp support

Guido Guenther agx at moszumanska.debian.org
Sun Nov 24 21:38:47 UTC 2013


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

agx pushed a commit to branch master
in repository libvirt.

commit a384975a9c22e56be4e8beb18401d2711f61151c
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Nov 12 16:18:19 2013 +0100

    Explicitly disable phyp support
    
    so we can enable libssh2 uri support.
---
 debian/control | 2 ++
 debian/rules   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e7006ec..f2d204a 100644
--- a/debian/control
+++ b/debian/control
@@ -45,6 +45,8 @@ Build-Depends:
  librados-dev [linux-any],
 # for lxc fuse support
  libfuse-dev [linux-any],
+# for libssh2 connection URIs
+ libssh2-1-dev,
 # For "make check"
  augeas-tools,
  dwarves,
diff --git a/debian/rules b/debian/rules
index d510024..67a5c46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,6 +76,7 @@ DEB_CONFIGURE_EXTRA_ARGS :=      \
 	--with-avahi             \
 	--with-sasl              \
 	--with-yajl              \
+	--with-ssh2		 \
 	$(WITH_POLKIT)		 \
 	$(WITH_UDEV)		 \
 	--with-storage-fs        \
@@ -88,7 +89,7 @@ DEB_CONFIGURE_EXTRA_ARGS :=      \
 	$(WITH_NUMA)             \
 	--without-selinux        \
 	--without-esx		 \
-	--without-libssh2	 \
+	--without-phyp           \
 	$(WITH_CAPNG)		 \
 	--enable-debug		 \
 	$(WITH_MACVTAP)		 \

-- 
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