components/php-5_3/php-nsapi/Makefile
branchs11u2-sru
changeset 3810 8421290d92e0
parent 3498 cc51facdce75
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3695:a39bc97d0583 3810:8421290d92e0
    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 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		php
    26 COMPONENT_NAME=		php
    27 COMPONENT_VERSION=	5.3.28
    27 COMPONENT_VERSION=	5.3.29
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    30 COMPONENT_ARCHIVE_HASH= \
    30 COMPONENT_ARCHIVE_HASH= \
    31     sha256:0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
    31     sha256:c4e1cf6972b2a9c7f2777a18497d83bf713cdbecabb65d3ff62ba441aebb0091
    32 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    32 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    33 COMPONENT_PROJECT_URL=	http://www.php.net/
    33 COMPONENT_PROJECT_URL=	http://www.php.net/
    34 
    34 
    35 #
    35 #
    36 # webserver7-spi only for php NSAPI
    36 # webserver7-spi only for php NSAPI
   132 	)
   132 	)
   133 
   133 
   134 CLEAN_PATHS += webserver7-spi phpize-proto.zts php.ini
   134 CLEAN_PATHS += webserver7-spi phpize-proto.zts php.ini
   135 
   135 
   136 # common targets
   136 # common targets
       
   137 configure:	$(CONFIGURE_32)
       
   138 
   137 build:		$(BUILD_32)
   139 build:		$(BUILD_32)
   138 
   140 
   139 install:	$(INSTALL_32)
   141 install:	$(INSTALL_32)
   140 
   142 
   141 test:		$(TEST_32)
   143 test:		$(TEST_32)