From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/7] frr: elfutils moved from addon dependency to core program Date: Tue, 06 Feb 2024 22:27:36 +0100 Message-ID: <20240206212739.3270712-4-adolf.belka@ipfire.org> In-Reply-To: <20240206212739.3270712-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3174519451009204765==" List-Id: --===============3174519451009204765== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes: Bug#13516 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/frr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/frr b/lfs/frr index a1555af64..f0954aae5 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.43.0 --===============3174519451009204765==--