components/php-5_3/idn/Makefile
branchs11-update
changeset 3477 3d935de46ca9
parent 846 fe258446a1ae
equal deleted inserted replaced
3476:c35c8f1a6df1 3477:3d935de46ca9
    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) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 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=		idn
    25 COMPONENT_NAME=		idn
    26 COMPONENT_VERSION=	0.2.0
    26 COMPONENT_VERSION=	0.2.0
    34 include ../extensions.mk
    34 include ../extensions.mk
    35 
    35 
    36 CONFIGURE_OPTIONS  += --with-idn
    36 CONFIGURE_OPTIONS  += --with-idn
    37 
    37 
    38 COMPONENT_POST_INSTALL_ACTION = ( \
    38 COMPONENT_POST_INSTALL_ACTION = ( \
       
    39 	set -e; \
    39 	$(FIX_CONFIG_FILES_2); \
    40 	$(FIX_CONFIG_FILES_2); \
    40 	)
    41 	)
    41 
    42 
    42 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../idn-zts/build/prototype/$(MACH)
    43 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../idn-zts/build/prototype/$(MACH)