From 4bd1d7bec6f4cfde5d687791bda7f6ee2da21bb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Sep 2014 10:00:47 +0200 Subject: PHP 5.5.17 --- php-5.2.0-includedir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-5.2.0-includedir.patch') diff --git a/php-5.2.0-includedir.patch b/php-5.2.0-includedir.patch index a1c3afe..ac4ae4a 100644 --- a/php-5.2.0-includedir.patch +++ b/php-5.2.0-includedir.patch @@ -5,7 +5,7 @@ EXPANDED_PHP_CONFIG_FILE_PATH=`eval echo "$PHP_CONFIG_FILE_PATH"` EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=`eval echo "$PHP_CONFIG_FILE_SCAN_DIR"` -INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR -+INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php ++INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php:/usr/share/pear:/usr/share/php exec_prefix=$old_exec_prefix libdir=$old_libdir -- cgit