wok-6.x annotate glibc/stuff/glibc-2.19-tzselect-default.patch @ rev 25564

Add missing glibc 2.19 patchs
author Stanislas Leduc <shann@slitaz.org>
date Mon May 08 16:56:41 2023 +0200 (13 months ago)
parents
children
rev   line source
shann@25564 1 diff --git a/timezone/Makefile b/timezone/Makefile
shann@25564 2 index 998cd14..d5f647c 100644
shann@25564 3 --- a/timezone/Makefile
shann@25564 4 +++ b/timezone/Makefile
shann@25564 5 @@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps)
shann@25564 6
shann@25564 7 $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
shann@25564 8 sed -e 's|/bin/bash|$(KSH)|g' \
shann@25564 9 - -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
shann@25564 10 + -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \
shann@25564 11 -e '/TZVERSION=/s|see_Makefile|"$(version)"|' \
shann@25564 12 -e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \
shann@25564 13 -e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \