components/python/jsonpatch/Makefile
changeset 1907 446472de62e9
parent 1484 01108fd9c6ef
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		jsonpatch
    25 COMPONENT_NAME=		jsonpatch
    26 COMPONENT_VERSION=	1.1
    26 COMPONENT_VERSION=	1.1
    36 include $(WS_TOP)/make-rules/setup.py.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    38 
    38 
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 
    40 
       
    41 # Author's name uses non-ASCII characters.
       
    42 COMPONENT_BUILD_ENV	+=	LC_ALL=en_US.UTF-8
       
    43 COMPONENT_INSTALL_ENV	+=	LC_ALL=en_US.UTF-8
       
    44 
    41 # common targets
    45 # common targets
    42 build:		$(BUILD_NO_ARCH)
    46 build:		$(BUILD_NO_ARCH)
    43 
    47 
    44 install:	$(INSTALL_NO_ARCH)
    48 install:	$(INSTALL_NO_ARCH)
    45 
    49