From ac266d99ab01805984fbe4bddbff1144f792bcc8 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 24 Apr 2021 13:24:12 +0200 Subject: [PATCH] dnsdist: Change to PAK_VER to ensure lua library link updated - lua library update had a sobump and therefore linked packages require to have that updated Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/dnsdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 85dd77833a..19261d680a 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = dnsdist -PAK_VER = 6 +PAK_VER = 7 DEPS = -- 2.39.5