components/php-5_3/php-sapi/patches-other/pear_Builder_php.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 25 Jul 2013 22:11:17 -0700
branchs11-update
changeset 2701 9b48e71485e7
parent 846 fe258446a1ae
permissions -rw-r--r--
15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland

--- 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;