[2/2] libvirt: Depend on ebtables

Message ID 20200819140810.9149-2-michael.tremer@ipfire.org
State Accepted
Commit 9a62b6daac483a8769f6760a627121550a6cc0f3
Headers
Series [1/2] libvirt: Ship all CPU maps |

Commit Message

Michael Tremer Aug. 19, 2020, 2:08 p.m. UTC
  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>
---
 lfs/libvirt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/libvirt b/lfs/libvirt
index f41b32e46..4d8fe806f 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