]> git.wh0rd.org - patches.git/blob - glibc-awk-in-C-locale.patch
initial import
[patches.git] / glibc-awk-in-C-locale.patch
1 http://bugs.gentoo.org/184281
2
3 2007-07-05 Mike Frysinger <vapier@gentoo.org>
4
5 * Makeconfig (gnu/lib-names.h): Use LC_ALL=C when running awk script.
6
7 --- libc/Makeconfig
8 +++ libc/Makeconfig
9 @@ -856,7 +857,7 @@ $(common-objpfx)gnu/lib-names.stmp: $(..
10 $(common-objpfx)soversions.i
11 $(make-target-directory)
12 @rm -f ${@:stmp=T} $@
13 - $(AWK) -f $^ > ${@:stmp=T}
14 + LC_ALL=C $(AWK) -f $^ > ${@:stmp=T}
15 $(move-if-change) ${@:stmp=T} ${@:stmp=h}
16 touch $@
17 endif