components/php-5_2/common.mk
branchs11-update
changeset 3777 68aef260e079
parent 3477 3d935de46ca9
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) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 PHP_REL=		5.2
    24 PHP_REL=		5.2
    25 
    25 
    26 TOP_DIR=/usr/php/$(PHP_REL)
    26 TOP_DIR=/usr/php/$(PHP_REL)
   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=/var/tmp/pear/cache \
   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) \