]> git.pld-linux.org Git - packages/php.git/commitdiff
- pear dep errors are bogus due we package pear packages separately and the
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Nov 2006 23:48:04 +0000 (23:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  --with-pear option is enabled in php.spec only to get default include path to
  include /usr/share/pear

Changed files:
    php-pear.patch -> 1.1

php-pear.patch [new file with mode: 0644]

diff --git a/php-pear.patch b/php-pear.patch
new file mode 100644 (file)
index 0000000..ca65238
--- /dev/null
@@ -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
This page took 0.040155 seconds and 4 git commands to generate.