[SM-Commit] GIT changes to master grimoire by Eric Sandall (5ded8812be533eac78237a3ced88c8ae3c98b856)

Eric Sandall scm at sourcemage.org
Sun Sep 5 14:07:37 EDT 2010


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

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

New commits:
commit 5ded8812be533eac78237a3ced88c8ae3c98b856
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    libvirt: Seems to require libnl for macvtap even when disabled

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 876825f..27f1dc4 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -1,5 +1,6 @@
 depends  gnutls    &&
 depends  libxml2   &&
+depends  libnl '--with-macvtap' &&
 depends  readline  &&
 depends  curl      &&
 depends  glib2     &&
@@ -73,11 +74,6 @@ optional_depends  'libpcap'  \
                   '--without-libpcap' \
                   'for a packet filtering mechanism' &&
 
-optional_depends  'libnl'  \
-                  '--with-macvtap'  \
-                  '--without-macvtap'  \
-                  'for MAC virtual TAP via netlink'  &&
-
 suggest_depends  nc '' '' 'for remote SSH tunneling' &&
 suggest_depends  'bridge-utils' '' '' 'for creating TUN/TAP bridges'  &&
 suggest_depends  'iproute2' '' '' 'for routing between TUN/TAP interfaces' &&
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index f715af7..f0fd5db 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2010-09-04 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Seems to require libnl for macvtap even when disabled
+
 2010-08-11 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 0.8.3
 



More information about the SM-Commit mailing list