]> git.pld-linux.org Git - packages/php4.git/blobdiff - php4-no_pear_install.patch
- rel 28; openssl 1.0.0 fix
[packages/php4.git] / php4-no_pear_install.patch
index f38bd2f5e6908aa609c2250b88849d32b47a5138..ac89b0d0aa9db05e4c8b05e11a77e6d50b7cd343 100644 (file)
@@ -10,3 +10,30 @@ diff -burN php-4.3.5RC1.orig/configure.in php-4.3.5RC1/configure.in
  
  case $PHP_SAPI in
    cgi)
+--- ./configure.in~    2005-10-17 19:09:07.000000000 +0300
++++ ./configure.in     2005-10-17 19:19:18.000000000 +0300
+@@ -937,15 +937,6 @@
+   dnl
+   dnl PEAR dependancies
+   dnl
+-  if test "$PHP_PCRE_REGEX" = "no"; then
+-    pear_error_msg="$pear_error_msg 
+-                    PEAR requires PCRE to be enabled.    Add --with-pcre-regex to the configure line. (or --without-pear)"
+-  fi
+-  if test "$PHP_XML" = "no"; then
+-    pear_error_msg="$pear_error_msg 
+-                    PEAR requires XML to be enabled.     Add --enable-xml to the configure line. (or --without-pear)"
+-  fi
+-
+ dnl
+ dnl ext/xmlrpc is not really there yet to be a requirement..
+ dnl
+@@ -968,8 +959,6 @@
+       *)   PEAR_INSTALLDIR=$libdir/php;;
+     esac
+   fi
+-
+-  PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/pear/Makefile.frag,$abs_srcdir/pear,pear)
+ fi
This page took 0.092473 seconds and 4 git commands to generate.