Skip to Content.
Sympa Menu

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

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 (5ded8812be533eac78237a3ced88c8ae3c98b856)
  • Date: Sun, 5 Sep 2010 13:07:37 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ded8812be533eac78237a3ced88c8ae3c98b856), Eric Sandall, 09/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page