Recent versions of glibc support C.UTF-8 natively, and both Debian and
openSUSE (which we use for our CI) have been patching it into our glibc
versions for several years before that.
Helps: https://gitlab.freedesktop.org/dbus/dbus/-/issues/488
Signed-off-by: Simon McVittie <smcv@collabora.com>
NULL=
+if [ "$(uname -s || true)" = Linux ]; then
+ export LANG=C.UTF-8
+ export LANGUAGE=C.UTF-8
+ export LC_ALL=C.UTF-8
+fi
+
##
## initialize support to run cross compiled executables
##