components/php-5_2/php-sapi/patches-other/pear_Builder_php.patch
changeset 4073 4f086b95f18c
parent 4071 4b68c2b0134b
child 4074 3b59c13ef5ec
--- 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;