components/php-5_2/xdebug/Makefile
changeset 2211 a99bbd5139c0
parent 800 2ad056ed89ec
equal deleted inserted replaced
2210:96a1346fe8ad 2211:a99bbd5139c0
    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) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 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=		xdebug
    25 COMPONENT_NAME=		xdebug
    26 COMPONENT_VERSION=	2.0.5
    26 COMPONENT_VERSION=	2.0.5
    34 include ../extensions.mk
    34 include ../extensions.mk
    35 
    35 
    36 CONFIGURE_OPTIONS += --enable-xdebug
    36 CONFIGURE_OPTIONS += --enable-xdebug
    37 
    37 
    38 COMPONENT_POST_INSTALL_ACTION = ( \
    38 COMPONENT_POST_INSTALL_ACTION = ( \
       
    39 	set -e; \
    39 	$(FIX_CONFIG_FILES); \
    40 	$(FIX_CONFIG_FILES); \
    40 	)
    41 	)
    41 
    42 
    42 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../xdebug-zts/build/prototype/$(MACH)
    43 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../xdebug-zts/build/prototype/$(MACH)