[Pkg-libvirt-commits] [libvirt] 01/01: Explicitly enable sheepdog support
Guido Guenther
agx at alioth.debian.org
Tue Sep 17 16:07:37 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 b7c1b6900d29cc869bf7131f574b55541eb3dc02
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Sep 17 18:06:34 2013 +0200
Explicitly enable sheepdog support
we already set the configure params but didn't pass them on. Sheepdog
support was enabled anyway due to ./configure autoprobing.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 84a1397..dfb58cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_STORAGE_LVM) \
$(WITH_STORAGE_ISCSI) \
$(WITH_STORAGE_DISK) \
+ $(WITH_STORAGE_SHEEPDOG) \
$(WITH_INIT_SCRIPT) \
$(WITH_NUMA) \
--without-selinux \
--
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