From 8387e8456e3d263f9d840a1a6019619b5c9dbf44 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 24 Apr 2021 13:24:13 +0200 Subject: [PATCH] haproxy: 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/haproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/haproxy b/lfs/haproxy index 5c522be70c..dade538024 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 18 +PAK_VER = 19 DEPS = -- 2.39.5