wok-6.x view 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 (12 months ago)
parents
children
line source
1 diff --git a/timezone/Makefile b/timezone/Makefile
2 index 998cd14..d5f647c 100644
3 --- a/timezone/Makefile
4 +++ b/timezone/Makefile
5 @@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps)
7 $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
8 sed -e 's|/bin/bash|$(KSH)|g' \
9 - -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
10 + -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \
11 -e '/TZVERSION=/s|see_Makefile|"$(version)"|' \
12 -e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \
13 -e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \