X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpatches%2Fcommon%2Fglibc-2.19-tzselect.patch;fp=stage0%2Fpatches%2Fcommon%2Fglibc-2.19-tzselect.patch;h=2ce58a72036e3bcad6feba76f4bbd3b26ff635de;hb=b99ee4fadea43f239cf2df146fb93bfc95bd783e;hp=0000000000000000000000000000000000000000;hpb=6890ab467c34bc0ae1fccf18a521c3cedfa442a2;p=hvlinux.git diff --git a/stage0/patches/common/glibc-2.19-tzselect.patch b/stage0/patches/common/glibc-2.19-tzselect.patch new file mode 100644 index 0000000..2ce58a7 --- /dev/null +++ b/stage0/patches/common/glibc-2.19-tzselect.patch @@ -0,0 +1,12 @@ +diff -Naur glibc-2.19.orig/timezone/Makefile glibc-2.19.new/timezone/Makefile +--- glibc-2.19.orig/timezone/Makefile 2014-02-07 04:04:38.000000000 -0500 ++++ glibc-2.19.new/timezone/Makefile 2014-05-19 22:14:31.149679212 -0400 +@@ -114,7 +114,7 @@ + + $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make + sed -e 's|/bin/bash|$(KSH)|g' \ +- -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \ ++ -e '/TZDIR=/s|`pwd`|$(zonedir)|' \ + -e '/TZVERSION=/s|see_Makefile|"$(version)"|' \ + -e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \ + -e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \