mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02:00
php 5.3.6: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
18
meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch
Normal file
18
meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user