From: Michael Tremer Date: Wed, 19 Aug 2020 14:08:10 +0000 (+0200) Subject: libvirt: Depend on ebtables X-Git-Tag: v2.25-core149~6^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a62b6daac483a8769f6760a627121550a6cc0f3;p=ipfire-2.x.git libvirt: Depend on ebtables libvirtd requires this to create some custom firewall rules Reported-by: Daniel Weismüller Signed-off-by: Michael Tremer --- diff --git a/lfs/libvirt b/lfs/libvirt index f41b32e467..4d8fe806f5 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -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