wok-6.x diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/glibc/stuff/glibc-2.19-tzselect-default.patch	Mon May 08 16:56:41 2023 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +diff --git a/timezone/Makefile b/timezone/Makefile
     1.5 +index 998cd14..d5f647c 100644
     1.6 +--- a/timezone/Makefile
     1.7 ++++ b/timezone/Makefile
     1.8 +@@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps)
     1.9 + 
    1.10 + $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
    1.11 + 	sed -e 's|/bin/bash|$(KSH)|g' \
    1.12 +-	    -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
    1.13 ++	    -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \
    1.14 + 	    -e '/TZVERSION=/s|see_Makefile|"$(version)"|' \
    1.15 + 	    -e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \
    1.16 + 	    -e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \