Revert "Don't set LC_ALL=C during build as that breaks python apps"

This reverts commit 921e988db0.
This commit is contained in:
Daniel P. Berrange 2017-08-14 11:37:07 +01:00
parent 921e988db0
commit c49f648f92

View File

@ -117,8 +117,8 @@ news-check-lines-spec ?= 1,10
news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
# Prevent programs like 'sort' from considering distinct strings to be equal.
# Doing it here saves us from having to set LC_COLLATE elsewhere in this file.
export LC_COLLATE = C
# Doing it here saves us from having to set LC_ALL elsewhere in this file.
export LC_ALL = C
## --------------- ##
## Sanity checks. ##