components/php-5_3/php-sapi/patches-other/pear_Builder_php.patch
changeset 846 fe258446a1ae
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 --- PEAR/Builder.php_orig	Mon Dec 12 15:55:01 2011
       
     2 +++ PEAR/Builder.php	Mon Dec 12 15:54:11 2011
       
     3 @@ -394,7 +394,7 @@
       
     4          $built_files = array();
       
     5          $prefix = exec($this->config->get('php_prefix')
       
     6                          . "php-config" .
       
     7 -                       $this->config->get('php_suffix') . " --prefix");
       
     8 +                       $this->config->get('php_suffix') . " --pear-prefix");
       
     9          $this->_harvestInstDir($prefix, $inst_dir . DIRECTORY_SEPARATOR . $prefix, $built_files);
       
    10          chdir($old_cwd);
       
    11          return $built_files;