From 30dc4c0248a65b70baf89cb46cc5b18993788501 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 6 Feb 2024 22:27:36 +0100 Subject: [PATCH] frr: elfutils moved from addon dependency to core program Fixes: Bug#13516 Tested-by: Adolf Belka Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/frr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/frr b/lfs/frr index a1555af645..f0954aae5f 100644 --- a/lfs/frr +++ b/lfs/frr @@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 7 +PAK_VER = 8 -DEPS = elfutils +DEPS = SERVICES = frr -- 2.39.5