summaryrefslogtreecommitdiff
path: root/packages/php/php-5.2.0/acinclude-xml2-config.patch
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-03-19 08:43:53 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-03-19 08:43:53 +0000
commit567e456cf4ddb785f896102eeb985bf93f71e0e9 (patch)
tree0402f005b5a17adac8befe138c21f757dab37ace /packages/php/php-5.2.0/acinclude-xml2-config.patch
parent635e2ce5b2939363ff57ab92f7ea8017ad649055 (diff)
packages/php/php_5.2.0.bb : Make-over of the php 5.2.0 package.
It builds PEAR and mysql support by default Provides seperate packages for each php function i.e php-pear, php-cli etc instead of a monolithic (and big) php package. Additional functionality (GD support, other databases) can be enabled easily. Closes bug #1992
Diffstat (limited to 'packages/php/php-5.2.0/acinclude-xml2-config.patch')
-rw-r--r--packages/php/php-5.2.0/acinclude-xml2-config.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/php/php-5.2.0/acinclude-xml2-config.patch b/packages/php/php-5.2.0/acinclude-xml2-config.patch
new file mode 100644
index 0000000000..bf519d2934
--- /dev/null
+++ b/packages/php/php-5.2.0/acinclude-xml2-config.patch
@@ -0,0 +1,18 @@
+--- /orig-acinclude.m4 2007-02-20 15:03:25.000000000 +0200
++++ /acinclude.m4 2007-02-20 15:03:24.000000000 +0200
+@@ -2359,12 +2359,9 @@
+ AC_DEFUN([PHP_SETUP_LIBXML], [
+ AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path,
+ [
+- for i in $PHP_LIBXML_DIR /usr/local /usr; do
+- if test -x "$i/bin/xml2-config"; then
+- ac_cv_php_xml2_config_path="$i/bin/xml2-config"
+- break
+- fi
+- done
++
++ ac_cv_php_xml2_config_path="$PHP_LIBXML_DIR/xml2-config"
++
+ ])
+
+ if test -x "$ac_cv_php_xml2_config_path"; then