diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 14:41:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 15:04:49 (EST) |
commit | 8849a5a9c038cd707b68b0aecbcaa05a4ab594b4 (patch) | |
tree | 289b57e4a0d7aa480847f8664ad7f35aada3d5bf /NEWS | |
parent | 8078cbb57602ba24cf3a6e0f8896e762b42757b8 (diff) |
ob-buildenv: Set LC_ALL='C'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Utilities: and "data.tar.gz" files after compression rather than before, because BusyBox's gzip doesn't preserve modification times. * ob-buildenv now adds "-ffile-prefix-map" options to CFLAGS and - CXXFLAGS. + CXXFLAGS. It also now sets "LC_ALL='C'". * ob-gencontrol now reduces and normalizes binary package dependencies after substituting variables. Otherwise, substitution variables may contain dependency restrictions or newline characters that are |