]> git.pld-linux.org Git - packages/php.git/blame - php-no_pear_install.patch
moved from DEVEL
[packages/php.git] / php-no_pear_install.patch
CommitLineData
917119c9
AM
1--- php-5.0.0b3.orig/configure.in 2003-12-24 17:30:44.000000000 +0100
2+++ php-5.0.0b3/configure.in 2003-12-24 17:31:45.000000000 +0100
3@@ -1149,7 +1149,7 @@
56b08b8f
AG
4 CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
5
6 all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)'
6bfecb0b
AG
7-install_targets="$install_modules $install_pear install-build install-headers install-programs"
8+install_targets="$install_modules install-build install-headers install-programs"
9
10 case $PHP_SAPI in
11 cgi)
6f65a469
ER
12--- ./configure.in~ 2005-10-17 19:09:07.000000000 +0300
13+++ ./configure.in 2005-10-17 19:19:18.000000000 +0300
14@@ -937,15 +937,6 @@
15 dnl
16 dnl PEAR dependancies
17 dnl
18- if test "$PHP_PCRE_REGEX" = "no"; then
19- pear_error_msg="$pear_error_msg
20- PEAR requires PCRE to be enabled. Add --with-pcre-regex to the configure line. (or --without-pear)"
21- fi
22- if test "$PHP_XML" = "no"; then
23- pear_error_msg="$pear_error_msg
24- PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"
25- fi
26-
27 dnl
28 dnl ext/xmlrpc is not really there yet to be a requirement..
29 dnl
30@@ -968,8 +959,6 @@
31 *) PEAR_INSTALLDIR=$libdir/php;;
32 esac
33 fi
34-
35- PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/pear/Makefile.frag,$abs_srcdir/pear,pear)
36 fi
37
38
This page took 0.096006 seconds and 4 git commands to generate.