diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-17 10:00:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-17 10:00:47 +0200 |
commit | 4bd1d7bec6f4cfde5d687791bda7f6ee2da21bb3 (patch) | |
tree | e41331387cc6e2b2ef64ef47cf094722ec8ede85 /php-5.2.0-includedir.patch | |
parent | ecc16d8af29c2f1b67f30734c791aa1f811390cd (diff) |
PHP 5.5.17
Diffstat (limited to 'php-5.2.0-includedir.patch')
-rw-r--r-- | php-5.2.0-includedir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |