[PATCH] fix building dictionaries when PERL_UNICODE environment variable is set
Petr Vorel
petr.vorel at gmail.com
Sat Feb 18 14:19:22 PST 2012
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index cb99243..7d619e2 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,7 @@ define dmake_module_rules
$(1): bootstrap fetch
cd $(1) && unset MAKEFLAGS && \
- $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) -- -P$(GMAKE_PARALLELISM)
+ PERL_UNICODE=0 $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) -- -P$(GMAKE_PARALLELISM) # PERL_UNICODE breaks th_check.pl during validating thesaurus files
$(1).all: bootstrap fetch
cd $(1) && unset MAKEFLAGS && \
--
1.7.9
--------------040508060302010305040001--
More information about the LibreOffice
mailing list