* autogen.sh: Ensure that collate and ctype locale is C.
* conf/Makefile.common: Likeiwise. Also-By: Colin Watson <cjwatson@ubuntu.com>
This commit is contained in:
parent
cb180fdf06
commit
18dd6b472d
3 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
CFLAGS_PLATFORM=
|
||||
|
||||
export LC_COLLATE := C
|
||||
export LC_CTYPE := C
|
||||
unexport LC_ALL
|
||||
|
||||
# Platform specific options
|
||||
if COND_i386_pc
|
||||
CFLAGS_PLATFORM += -mrtd -mregparm=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue