playground/onur/2011/gcc - force C locale to be on the safe side

Onur Küçük paketler-commits at pardus.org.tr
Thu Jul 22 23:11:34 EEST 2010


Author: onur
Date: Thu Jul 22 23:11:34 2010
New Revision: 96277

Modified:
   playground/onur/2011/gcc/actions.py
Log:
force C locale to be on the safe side

---
 actions.py |    2 ++
 1 file changed, 2 insertions(+)

Modified: playground/onur/2011/gcc/actions.py
=================================================================
--- playground/onur/2011/gcc/actions.py	(original)
+++ playground/onur/2011/gcc/actions.py	Thu Jul 22 23:11:34 2010
@@ -29,10 +29,12 @@
     # we set real flags with new configure settings, these are just safe optimizations
     shelltools.export("CFLAGS", cflags)
     shelltools.export("CXXFLAGS", cflags)
+    # shelltools.export("LDFLAGS", "")
 
     # FIXME: this may not be necessary for biarch
     shelltools.export("CC", "gcc")
     shelltools.export("CXX", "g++")
+    shelltools.export("LC_ALL", "en_US.UTF-8")
 
 def setup():
     exportFlags()


More information about the paketler-commits mailing list