libvirt: Depend on ebtables

libvirtd requires this to create some custom firewall rules

Reported-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-08-19 16:08:10 +02:00
parent 882ab515f9
commit 9a62b6daac

View File

@@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = libvirt
PAK_VER = 22
PAK_VER = 23
DEPS = libpciaccess libyajl ncat qemu
DEPS = ebtables libpciaccess libyajl ncat qemu
###############################################################################
# Top-level Rules