diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-30 22:41:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-30 22:41:49 +0200 |
commit | 9236bee4400b2db9cddbdef8c08e3f71e2f322f7 (patch) | |
tree | 3ceb854a6411c10eba8cd4f1fd09f18a7895433f /recipes/php/php-5.3.0/acinclude-xml2-config.patch | |
parent | 9628f84b91574ba4c1f968ae49d8cbca3544f01c (diff) |
php-native: add 5.3.0
Diffstat (limited to 'recipes/php/php-5.3.0/acinclude-xml2-config.patch')
-rw-r--r-- | recipes/php/php-5.3.0/acinclude-xml2-config.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/php/php-5.3.0/acinclude-xml2-config.patch b/recipes/php/php-5.3.0/acinclude-xml2-config.patch new file mode 100644 index 0000000000..bf519d2934 --- /dev/null +++ b/recipes/php/php-5.3.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 |