]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/tzdata
tzdata: Fix build to include leap seconds
[ipfire-2.x.git] / lfs / tzdata
index 7d13c9596993651bd1df62fe8db91e9016eb9dad..9d60793534cd54c39112937fa78e5b07845e67f6 100644 (file)
@@ -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