From b7cc4f2beb91877a1cc75bb6cc6a5ae642ade801 Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Wed, 20 Aug 2014 14:11:35 +0200 Subject: [PATCH] 8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii) Reviewed-by: ihse --- make/common/IdlCompilation.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/common/IdlCompilation.gmk b/make/common/IdlCompilation.gmk index d816f23e613..50df0df104d 100644 --- a/make/common/IdlCompilation.gmk +++ b/make/common/IdlCompilation.gmk @@ -60,7 +60,7 @@ define add_idl_package $(RM) -rf $3/$$($4_TMPDIR) $(MKDIR) -p $(dir $5) $(ECHO) $(LOG_INFO) Compiling IDL $(patsubst $2/%,%,$4) - $8 -td $3/$$($4_TMPDIR) \ + LC_ALL=C $8 -td $3/$$($4_TMPDIR) \ -i $2/org/omg/CORBA \ -i $2/org/omg/PortableInterceptor \ -i $2/org/omg/PortableServer \