vde2: enable building host package
In preparation of enabling vde2 support in host-qemu package. Signed-off-by: Simon Maes <simonn.maes@gmail.com> [Thomas: - add HOST_VDE2_CONF_OPTS and HOST_VDE2_MAKE, like we have for the target variant.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
60a965fbaa
commit
692e392448
@ -37,4 +37,16 @@ VDE2_CONF_OPTS = \
|
||||
# Package does not build in parallel due to improper make rules
|
||||
VDE2_MAKE = $(MAKE1)
|
||||
|
||||
HOST_VDE2_CONF_OPTS = \
|
||||
--disable-experimental \
|
||||
--disable-cryptcab \
|
||||
--disable-pcap \
|
||||
--disable-python \
|
||||
--disable-profile \
|
||||
--disable-kernel-switch \
|
||||
--enable-tuntap \
|
||||
|
||||
HOST_VDE2_MAKE = $(MAKE1)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user