components/python/jsonpatch/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    38 include $(WS_TOP)/make-rules/setup.py.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    40 
    40 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    42 
    42 
       
    43 # Author's name uses non-ASCII characters.
       
    44 COMPONENT_BUILD_ENV	+=	LC_ALL=en_US.UTF-8
       
    45 COMPONENT_INSTALL_ENV	+=	LC_ALL=en_US.UTF-8
       
    46 
    43 # common targets
    47 # common targets
    44 build:		$(BUILD_NO_ARCH)
    48 build:		$(BUILD_NO_ARCH)
    45 
    49 
    46 install:	$(INSTALL_NO_ARCH)
    50 install:	$(INSTALL_NO_ARCH)
    47 
    51