components/php-5_3/php-sapi/patches-other/pear_Builder_php.patch
author Ronald Jordan <ron.jordan@oracle.com>
Fri, 09 May 2014 15:18:09 -0700
branchs11u1-sru
changeset 3134 8c9dcb670552
parent 846 fe258446a1ae
permissions -rw-r--r--
18538605 problem in UTILITY/OPENSSL

--- PEAR/Builder.php_orig	Mon Dec 12 15:55:01 2011
+++ PEAR/Builder.php	Mon Dec 12 15:54:11 2011
@@ -394,7 +394,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;