Author: glen Date: Thu Nov 2 23:48:09 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - pear dep errors are bogus due we package pear packages separately and the --with-pear option is enabled in php.spec only to get default include path to include /usr/share/pear
---- Files affected: SOURCES: php-pear.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/php-pear.patch diff -u /dev/null SOURCES/php-pear.patch:1.1 --- /dev/null Fri Nov 3 00:48:09 2006 +++ SOURCES/php-pear.patch Fri Nov 3 00:48:04 2006 @@ -0,0 +1,25 @@ +--- php-5.2.0/configure.in~ 2006-11-03 01:38:33.246428054 +0200 ++++ php-5.2.0/configure.in 2006-11-03 01:46:52.697656608 +0200 +@@ -955,14 +955,14 @@ + 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 if test "$PHP_PCRE_REGEX" = "no"; then ++dnl pear_error_msg="$pear_error_msg ++dnl PEAR requires PCRE to be enabled. Add --with-pcre-regex to the configure line. (or --without-pear)" ++dnl fi ++dnl if test "$PHP_XML" = "no"; then ++dnl pear_error_msg="$pear_error_msg ++dnl PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)" ++dnl fi + + dnl + dnl if test "$PHP_XMLRPC" = "no"; then ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
