mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
build/maint.mk: Comment out setting of LC_ALL
This triggers obscure bugs; really we shouldn't be overriding the global locale here. In practice, production build systems will be using fixed locales anyways. Also, we only use a small subset of this file (`make syntax-check`), which appears to work OK without this. I will probably try to work out where to submit this as at least an issue report for upstream gnulib. Closes: https://github.com/ostreedev/ostree/issues/1101 Closes: #1107 Approved by: heftig
This commit is contained in:
parent
eb6f7c6db8
commit
89801dd481
3
maint.mk
3
maint.mk
@ -105,7 +105,8 @@ my_distdir = $(PACKAGE)-$(VERSION)
|
||||
|
||||
# Prevent programs like 'sort' from considering distinct strings to be equal.
|
||||
# Doing it here saves us from having to set LC_ALL elsewhere in this file.
|
||||
export LC_ALL = C
|
||||
# NOTE: commented out for https://github.com/ostreedev/ostree/issues/1101
|
||||
# export LC_ALL = C
|
||||
|
||||
## --------------- ##
|
||||
## Sanity checks. ##
|
||||
|
Loading…
Reference in New Issue
Block a user