Replace eglibc by glibc-2.19
[hvlinux.git] / stage0 / patches / common / glibc-2.19-tzselect.patch
diff --git a/stage0/patches/common/glibc-2.19-tzselect.patch b/stage0/patches/common/glibc-2.19-tzselect.patch
new file mode 100644 (file)
index 0000000..2ce58a7
--- /dev/null
@@ -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)"|' \