projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ace1d5
)
Fix locale problem, e.g. for et_ET.
author
Werner Koch
<wk@gnupg.org>
Fri, 13 Mar 2009 14:19:55 +0000
(14:19 +0000)
committer
Werner Koch
<wk@gnupg.org>
Fri, 13 Mar 2009 14:19:55 +0000
(14:19 +0000)
src/ChangeLog
patch
|
blob
|
history
src/gpgme-config.in
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index f78cb11ede567edaf656893db9b20ce86b832f27..a9b2ed19597a02e48778dbca4f3c087d5310d0bf 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2009-03-13 Werner Koch <wk@g10code.com>
+
+ * gpgme-config.in: Make sure locale is set to C.
+
2009-02-24 Werner Koch <wk@g10code.com>
* gpgme.h.in (struct _gpgme_op_assuan_result): New.
diff --git
a/src/gpgme-config.in
b/src/gpgme-config.in
index 4a67b3f9598da394883d88db96a767c5b4a276c4..0cc639f2c62616793057395c3bce6a1fe3816033 100644
(file)
--- a/
src/gpgme-config.in
+++ b/
src/gpgme-config.in
@@
-14,6
+14,11
@@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
+# Make sure that no weird locale setting messes up our sed regexps etc.
+LC_COLLATE=C
+LC_ALL=C
+LANG=C
+
# Network libraries.
netlibs="@NETLIBS@"