[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.9-3
Guido Günther
agx at sigxcpu.org
Sun Feb 5 14:33:49 UTC 2012
The following commit has been merged in the master branch:
commit 367b47b0ab04c309f1a6c61d0ecddd9367979070
Author: Guido Günther <agx at sigxcpu.org>
Date: Sun Dec 4 19:27:30 2011 +0100
Enable netcf support
Closes: #567606
diff --git a/debian/control b/debian/control
index b7397f2..c6c2257 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,7 @@ Build-Depends: cdbs (>= 0.4.90~),
libpcap0.8-dev,
libnuma-dev [amd64 i386 ia64 mips mipsel powerpc],
radvd [linux-any],
+ libnetcf-dev [linux-any],
# For "make check"
libxml2-utils,
dnsmasq-base,
diff --git a/debian/rules b/debian/rules
index 4b4f87e..8127900 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_NETWORK = --with-network
WITH_QEMU = --with-qemu
WITH_OPENVZ = --with-openvz
+ WITH_NETCF = --with-netcf
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
WITH_NUMA = --with-numactl
else
@@ -49,6 +50,7 @@ else
WITH_QEMU = --without-qemu
WITH_LXC = --without-lxc
WITH_NUMA = --without-numactl
+ WITH_NETCF = --without-netcf
endif
DEB_BUILDDIR := $(CURDIR)/debian/build
@@ -76,7 +78,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--enable-debug \
$(WITH_MACVTAP) \
$(WITH_NETWORK) \
- --without-netcf \
+ $(WITH_NETCF) \
$(WITH_XEN) \
$(WITH_VBOX) \
$(WITH_LXC)
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list