diff -r 4b68c2b0134b -r 4f086b95f18c components/php-5_2/php-sapi/patches-other/pear_Builder_php.patch --- a/components/php-5_2/php-sapi/patches-other/pear_Builder_php.patch Wed Apr 08 15:18:37 2015 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- PEAR/Builder.php.ORIG Tue Jun 30 16:44:29 2009 -+++ PEAR/Builder.php Tue Jun 30 16:44:37 2009 -@@ -379,7 +379,7 @@ - $built_files = array(); - $prefix = exec($this->config->get('php_prefix') - . "php-config" . -- $this->config->get('php_suffix') . " --prefix"); -+ $this->config->get('php_suffix') . " --pear-prefix"); - $this->_harvestInstDir($prefix, $inst_dir . DIRECTORY_SEPARATOR . $prefix, $built_files); - chdir($old_cwd); - return $built_files;