components/php-5_3/php-cgi/Makefile
changeset 3817 30b42c38bbc4
parent 3727 425608dcd0e3
child 4165 cd344a63e64f
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, 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.29
    26 COMPONENT_VERSION=	5.3.29
    32 
    32 
    33 PATCH_DIR = ../php-sapi/patches
    33 PATCH_DIR = ../php-sapi/patches
    34 
    34 
    35 include ../php-sapi/php.mk
    35 include ../php-sapi/php.mk
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_TOP)/make-rules/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 include ../common.mk
    41 include ../common.mk
    42 
    42 
    43 CONFIGURE_OPTIONS  += \
    43 CONFIGURE_OPTIONS  += \
    44 	--disable-all \
    44 	--disable-all \
    63 
    63 
    64 test:		$(TEST_32)
    64 test:		$(TEST_32)
    65 
    65 
    66 # php-sapi does the publish
    66 # php-sapi does the publish
    67 publish:	install
    67 publish:	install
    68 
       
    69 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    70 
       
    71 include $(WS_TOP)/make-rules/depend.mk