[libreoffice] 04/04: readd the explicit LANG/LC_ALL exports as it otherwise doesn't work for some reason...

Rene Engelhard rene at moszumanska.debian.org
Sat Jun 10 20:38:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 3b3d8a23d4689eca65f78e406d5edceb1ed7b5a9
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Jun 10 22:15:44 2017 +0200

    readd the explicit LANG/LC_ALL exports as it otherwise doesn't work for some reason...
---
 rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules b/rules
index 9310b70..61fbd47 100755
--- a/rules
+++ b/rules
@@ -2057,6 +2057,8 @@ endif
 		export TMPDIR=$$t; \
 		export HOME=$$t; \
 		export SAL_USE_VCLPLUGIN="svp"; \
+		export LANG=en_US.UTF-8; \
+		export LC_ALL=en_US.UTF-8; \
 		export LOCPATH=$(CURDIR)/locales; \
 		if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
 		$(MAKE) -k uicheck || PARALLELISM=1 $(MAKE) uicheck && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list