Daniel P. Berrange wrote:
It is sometimes neccesssary to override the locale when running build commands from make rules, but as maint.mk set LC_ALL, it is impossible to selectively override rules e.g. LC_CTYPE=C.UTF-8 will have no effect if LC_ALL is already set.
Why not unset LC_ALL?