summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-11 09:16:13 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-11 09:16:13 +0000
commitbe746acd6e7c55ec25c17582640053c135252686 (patch)
treea22db2f7c011f7584c66e2250e80a0b21b7741a8 /sys-libs
parentVersion bump, partial fix for bug #75951. (diff)
downloadgentoo-2-be746acd6e7c55ec25c17582640053c135252686.tar.gz
gentoo-2-be746acd6e7c55ec25c17582640053c135252686.tar.bz2
gentoo-2-be746acd6e7c55ec25c17582640053c135252686.zip
update patch #131462
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ss/files/ss-1.38-locale.patch24
1 files changed, 20 insertions, 4 deletions
diff --git a/sys-libs/ss/files/ss-1.38-locale.patch b/sys-libs/ss/files/ss-1.38-locale.patch
index ecf59ab0c59a..2a0919cf44be 100644
--- a/sys-libs/ss/files/ss-1.38-locale.patch
+++ b/sys-libs/ss/files/ss-1.38-locale.patch
@@ -1,14 +1,30 @@
Fix issues with non-C locales (like ee)
http://bugs.gentoo.org/104116
+http://bugs.gentoo.org/131462
---- lib/ss/mk_cmds.sh.in
-+++ lib/ss/mk_cmds.sh.in
-@@ -2,6 +2,7 @@
+--- e2fsprogs/lib/et/compile_et.sh.in
++++ e2fsprogs/lib/et/compile_et.sh.in
+@@ -1,6 +1,10 @@
+ #!/bin/sh
+ #
+ #
++
++# the awk scripts here use a-z and such
++export LC_ALL="C"
++
+ AWK=@AWK@
+ DIR="${DIR-@datadir@/et}"
+ ET_DIR="@ET_DIR@"
+--- e2fsprogs/lib/ss/mk_cmds.sh.in
++++ e2fsprogs/lib/ss/mk_cmds.sh.in
+@@ -2,6 +2,9 @@
#
#
-+export LC_ALL=C
++# the awk/sed scripts here use a-z and such
++export LC_ALL="C"
++
DIR="${DIR-@datadir@/ss}"
SS_DIR="@SS_DIR@"
AWK=@AWK@