public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.9: 1018_all_glibc-awk-in-C-locale.patch README.history
@ 2008-12-29 21:44 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-12-29 21:44 UTC (permalink / raw
  To: gentoo-commits

vapier      08/12/29 21:44:33

  Modified:             README.history
  Added:                1018_all_glibc-awk-in-C-locale.patch
  Log:
  fix building iconvdata in weird locales #252802 by Harald van Dijk

Revision  Changes    Path
1.6                  src/patchsets/glibc/2.9/README.history

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?r1=1.5&r2=1.6

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.9/README.history,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README.history	27 Dec 2008 04:18:39 -0000	1.5
+++ README.history	29 Dec 2008 21:44:33 -0000	1.6
@@ -1,3 +1,6 @@
+3		[pending]
+	+ 1018_all_glibc-awk-in-C-locale.patch
+
 2		26.12.2008
 	+ 1020_all_glibc-2.9-strlen-hack.patch
 	+ 1060_all_glibc-nss-deepbind.patch



1.1                  src/patchsets/glibc/2.9/1018_all_glibc-awk-in-C-locale.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/1018_all_glibc-awk-in-C-locale.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/1018_all_glibc-awk-in-C-locale.patch?rev=1.1&content-type=text/plain

Index: 1018_all_glibc-awk-in-C-locale.patch
===================================================================
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.

--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -286,7 +286,7 @@ $(objpfx)iconv-rules: Makefile
 	{ 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; \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-29 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 21:44 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.9: 1018_all_glibc-awk-in-C-locale.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox