summaryrefslogtreecommitdiff
path: root/patches/glibc/2.9/200-awk-in-C-locale.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-10 01:35:27 (GMT)
committerGitHub <noreply@github.com>2016-11-10 01:35:27 (GMT)
commita76c549823fd0063de999786b6dc583847db091e (patch)
tree04a51e165125497bbcb1b1d8865958c4cd14de5b /patches/glibc/2.9/200-awk-in-C-locale.patch
parent23e9a03a3f4a5eaded6cadbe4d808997879450d1 (diff)
parentdc280e477d6af7702e2481c17af20a7db83814d9 (diff)
Merge pull request #452 from KirillSmirnov/janitorial
Janitorial: update patches
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; \