From 9a62b6daac483a8769f6760a627121550a6cc0f3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Aug 2020 16:08:10 +0200 Subject: [PATCH] libvirt: Depend on ebtables MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit libvirtd requires this to create some custom firewall rules Reported-by: Daniel Weismüller Signed-off-by: Michael Tremer --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2