Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (3cc3f969d22df599bdb30570cdb56074c9ef6ae5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3cc3f969d22df599bdb30570cdb56074c9ef6ae5)
  • Date: Sat, 21 Nov 2009 13:02:51 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libvirt/DEPENDS | 7 ++-----
libs/libvirt/HISTORY | 3 +++
2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 3cc3f969d22df599bdb30570cdb56074c9ef6ae5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Requires device-mapper (lvm) to compile, no longer optional

checking for DEVMAPPER... no
configure: error: You must install device-mapper-devel >= 0.0 to compile
libvirt

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index bfc8219..bcf0dc9 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -5,6 +5,8 @@ depends curl &&
depends glib2 &&
depends gnutls &&

+depends lvm '--with-storage-lvm' &&
+
optional_depends avahi \
'--with-avahi' \
'--without-avahi' \
@@ -35,11 +37,6 @@ config_query_option LIBVIRT_OPTS 'Enable Xen inotify
support' y \
'--with-xen-inotify' '--without-xen-inotify'
fi &&

-optional_depends lvm \
- '--with-storage-lvm' \
- '--without-storage-lvm' \
- 'for Logical Volume Management support' &&
-
optional_depends parted \
'--with-storage-disk' \
'--without-storage-disk' \
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 0d3f037..d315b19 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2009-11-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires device-mapper (lvm) to compile, no longer optional
+
2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 0.7.2
* CONFIGURE: updated, moved xen inotify




Archive powered by MHonArc 2.6.24.

Top of Page