components/python/jsonpatch/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/python/jsonpatch/Makefile	Thu Feb 12 10:14:29 2015 -0800
+++ b/components/python/jsonpatch/Makefile	Fri Feb 06 16:51:20 2015 -0800
@@ -40,6 +40,10 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
+# Author's name uses non-ASCII characters.
+COMPONENT_BUILD_ENV	+=	LC_ALL=en_US.UTF-8
+COMPONENT_INSTALL_ENV	+=	LC_ALL=en_US.UTF-8
+
 # common targets
 build:		$(BUILD_NO_ARCH)