Skip to content
Snippets Groups Projects
Commit 367b47b0 authored by Guido Günther's avatar Guido Günther
Browse files

Enable netcf support

Closes: #567606
parent 846910c7
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment