summaryrefslogtreecommitdiff
path: root/packages/php/php-5.2.5/acinclude-xml2-config.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-04-20 12:21:17 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-04-20 12:21:17 +0000
commit707a24c9fa7436af33d3c90e5d6d8efc0b1db99f (patch)
tree71d1ae98921255be2f716a723962946e6d3fffa2 /packages/php/php-5.2.5/acinclude-xml2-config.patch
parentdeab6e278888db06cd762f3b1db6fbaf1fb95fb4 (diff)
php: rename patch directory from 5.2.0 to 5.2.5 to complete ca389305099b27d2ff07722bf46d1e83a2e38bb7.
Diffstat (limited to 'packages/php/php-5.2.5/acinclude-xml2-config.patch')
-rw-r--r--packages/php/php-5.2.5/acinclude-xml2-config.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/php/php-5.2.5/acinclude-xml2-config.patch b/packages/php/php-5.2.5/acinclude-xml2-config.patch
new file mode 100644
index 0000000000..bf519d2934
--- /dev/null
+++ b/packages/php/php-5.2.5/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