components/php-5_3/common.mk
branchs11-update
changeset 3777 68aef260e079
parent 3477 3d935de46ca9
child 4173 8d9bea4f92c7
equal deleted inserted replaced
3773:2cdfec77a8eb 3777:68aef260e079
    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 PHP_REL=		5.3
    24 PHP_REL=		5.3
    25 APACHE_VERSION_DIR=	2.2
    25 APACHE_VERSION_DIR=	2.2
    26 
    26 
   159 CONFIGURE_OPTIONS  +=	PATH="$(PATH):/usr/sbin"
   159 CONFIGURE_OPTIONS  +=	PATH="$(PATH):/usr/sbin"
   160 
   160 
   161 CONF_ENVLINE += \
   161 CONF_ENVLINE += \
   162 	LIBS="$(LIBS)" \
   162 	LIBS="$(LIBS)" \
   163 	EXTENSION_DIR=$(MODULES_DIR) \
   163 	EXTENSION_DIR=$(MODULES_DIR) \
   164 	PHP_PEAR_CACHE_DIR=/var/tmp/pear/cache \
   164 	PHP_PEAR_CACHE_DIR=/var/cache/php-pear \
   165 	PHP_PEAR_DOWNLOAD_DIR=/var/tmp/pear/cache \
   165 	PHP_PEAR_DOWNLOAD_DIR=/tmp/pear/download \
   166 	PHP_PEAR_EXTENSION_DIR=/var/php/$(PHP_REL)/modules \
   166 	PHP_PEAR_EXTENSION_DIR=/var/php/$(PHP_REL)/modules \
   167 	PHP_PEAR_INSTALL_DIR=/var/php/$(PHP_REL)/pear \
   167 	PHP_PEAR_INSTALL_DIR=/var/php/$(PHP_REL)/pear \
   168 	PHP_PEAR_SIG_BIN=/usr/gnu/bin/gpg \
   168 	PHP_PEAR_SIG_BIN=/usr/gnu/bin/gpg \
   169 	DESTDIR=$(PROTO_DIR) \
   169 	DESTDIR=$(PROTO_DIR) \
   170 	INSTALL_ROOT=$(PROTO_DIR) \
   170 	INSTALL_ROOT=$(PROTO_DIR) \