components/php-5_3/php-cgi/Makefile
changeset 1654 6f9989ec7bd5
parent 1402 f225f89a0538
child 1755 ad1cb0530c69
equal deleted inserted replaced
1653:4cb88404a32d 1654:6f9989ec7bd5
    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, 2013, 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=		php
    25 COMPONENT_NAME=		php
    26 COMPONENT_VERSION=	5.3.27
    26 COMPONENT_VERSION=	5.3.27
    30     sha256:e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
    30     sha256:e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
    31 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    31 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    32 
    32 
    33 PATCH_DIR = ../php-sapi/patches
    33 PATCH_DIR = ../php-sapi/patches
    34 
    34 
       
    35 include ../php-sapi/php.mk
       
    36 
    35 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/configure.mk
    38 include $(WS_TOP)/make-rules/configure.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    38 
    40 
    39 include ../common.mk
    41 include ../common.mk
    40 include ../php-sapi/php.mk
       
    41 
    42 
    42 CONFIGURE_OPTIONS  += \
    43 CONFIGURE_OPTIONS  += \
    43 	--disable-all \
    44 	--disable-all \
    44 	$(COMMON_CONFIG_OPTIONS) \
    45 	$(COMMON_CONFIG_OPTIONS) \
    45 	--with-config-file-path=$(NSAPI_CONF_DIR) \
    46 	--with-config-file-path=$(NSAPI_CONF_DIR) \