From df24f329fdd943945ba6eca34aa7624eb5404737 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 23 Nov 2014 01:16:12 +0100 Subject: [PATCH 1/1] tzdata: Fix build to include leap seconds --- lfs/tzdata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/tzdata b/lfs/tzdata index 7d13c95969..9d60793534 100644 --- a/lfs/tzdata +++ b/lfs/tzdata @@ -86,7 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && zic -y ./yearistype -d zoneinfo/posix \ -L /dev/null $(FILES) cd $(DIR_APP) && zic -y ./yearistype -d zoneinfo/right \ - -L /dev/null $(FILES) + -L leapseconds $(FILES) rm -rf /usr/share/zoneinfo cd $(DIR_APP) && cp -prd zoneinfo /usr/share -- 2.39.2