Work around studio LANG issue (illumos-userland #1850) oi_151a
authorJon Tibble <meths@btinternet.com>
Wed, 30 Jan 2013 11:48:05 +0000
branchoi_151a
changeset 325 c76414f8427a
parent 324 5c8cfb2b4ac5
child 326 76d642e4e09e
Work around studio LANG issue (illumos-userland #1850)
make-rules/shared-macros.mk
--- a/make-rules/shared-macros.mk	Tue Jan 29 17:40:24 2013 +0000
+++ b/make-rules/shared-macros.mk	Wed Jan 30 11:48:05 2013 +0000
@@ -475,9 +475,9 @@
 # Environment variables and arguments passed into the build and install
 # environment(s).  These are the initial settings.
 COMPONENT_BUILD_ENV= \
-    LD_OPTIONS="$(LD_OPTIONS)"
+    LD_OPTIONS="$(LD_OPTIONS)" LANG=C
 COMPONENT_INSTALL_ENV= \
-    LD_OPTIONS="$(LD_OPTIONS)"
+    LD_OPTIONS="$(LD_OPTIONS)" LANG=C
 
 # Add any bit-specific settings
 COMPONENT_BUILD_ENV += $(COMPONENT_BUILD_ENV.$(BITS))