summaryrefslogtreecommitdiff
path: root/patches/glibc/2.9/200-awk-in-C-locale.patch
diff options
context:
space:
mode:
authorDmitry Pankratov <dp@ubiquitech.com>2016-11-11 20:03:11 (GMT)
committerDmitry Pankratov <dp@ubiquitech.com>2016-11-11 20:03:11 (GMT)
commit0d17d26005efbd5d6157df0f68a26c738c385ed2 (patch)
tree9c25ccb481bd4b58e54c692403d9c49402f09d98 /patches/glibc/2.9/200-awk-in-C-locale.patch
parent34ca68e3b076f4a7eea78aa46215fa50dfb1e322 (diff)
parent5ebbb52be04e42bbd1c28b903eba642bebaeb1b6 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'patches/glibc/2.9/200-awk-in-C-locale.patch')
-rw-r--r--patches/glibc/2.9/200-awk-in-C-locale.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/glibc/2.9/200-awk-in-C-locale.patch b/patches/glibc/2.9/200-awk-in-C-locale.patch
deleted file mode 100644
index 9dcb9ae..0000000
--- a/patches/glibc/2.9/200-awk-in-C-locale.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Original patch from: gentoo/src/patchsets/glibc/2.9/1018_all_glibc-awk-in-C-locale.patch
-
--= BEGIN original header =-
-http://bugs.gentoo.org/252802
-
-2008-12-29 Mike Frysinger <vapier@gentoo.org>
-
- * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk script.
-
--= END original header =-
-
-diff -durN glibc-2_9.orig/iconvdata/Makefile glibc-2_9/iconvdata/Makefile
---- glibc-2_9.orig/iconvdata/Makefile 2008-05-15 03:54:31.000000000 +0200
-+++ glibc-2_9/iconvdata/Makefile 2009-02-02 22:00:50.000000000 +0100
-@@ -286,7 +286,7 @@
- { echo $(filter-out lib%, $(modules)); \
- echo 8bit $(gen-8bit-modules); \
- echo 8bit-gap $(gen-8bit-gap-modules); } | \
-- $(AWK) 'NR == 1 { \
-+ LC_ALL=C $(AWK) 'NR == 1 { \
- for (i = 1; i <= NF; i++) { \
- printf "%s-routines := %s\n", $$i, tolower($$i); \
- printf "%s-map := gconv.map\n", $$i; \