]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Add nspawn-locale meson option
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jun 2022 11:18:10 +0000 (13:18 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 9 Jun 2022 04:08:27 +0000 (13:08 +0900)
commita22f5186761a437d8845397bbbfeaf9a7d590ec2
tree8e5ea9e7b8bbf339af621d76f57dda2e05149052
parentadf59bffe5fb60319fab107dd33617798894d288
meson: Add nspawn-locale meson option

https://github.com/systemd/systemd/pull/23192 caused breakage in
Arch Linux's build tooling. Let's give users an opt-out aside from
reverting the patch. It's hardly any maintenance work on our side
and gives users an easy way to revert the locale change if needed.

Of course, by default we still pick C.UTF-8 if the option is not
specified.
meson.build
meson_options.txt
src/nspawn/nspawn.c