components/python/lesscpy/Makefile
changeset 1907 446472de62e9
parent 1691 043f53535ed4
child 1909 0f03fb0ff75c
--- a/components/python/lesscpy/Makefile	Mon May 19 10:28:03 2014 +0100
+++ b/components/python/lesscpy/Makefile	Mon May 19 07:37:20 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -41,6 +41,10 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
+# Author's name has non-ASCII characters.
+COMPONENT_BUILD_ENV	+=	LC_ALL=en_US.UTF-8
+COMPONENT_INSTALL_ENV	+=	LC_ALL=en_US.UTF-8
+
 COMPONENT_POST_INSTALL_ACTION = \
          (cd $(PROTO_DIR)/usr/bin ; $(MV) -f lesscpy lesscpy-$(PYTHON_VERSION))