aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php/php.inc
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-15 23:47:36 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-18 19:42:37 +0000
commit19c27b7d168d8121ae85d321f68775e8c9076c21 (patch)
tree9cf91ade213e9afbc13a7c90e4782f40d30878af /recipes/php/php.inc
parentfdbe9e5b69b94191b5e5de2e2bcd6eef8619d8ec (diff)
downloadopenembedded-19c27b7d168d8121ae85d321f68775e8c9076c21.tar.gz
php* : fix for autoconf 2.64+ problems
Patch was taked from pld linux. As part of the debug happened to update php-native to 5.3.2 so this is added as well.
Diffstat (limited to 'recipes/php/php.inc')
-rw-r--r--recipes/php/php.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/php/php.inc b/recipes/php/php.inc
index 6f30690440..cbec13d72d 100644
--- a/recipes/php/php.inc
+++ b/recipes/php/php.inc
@@ -3,8 +3,9 @@ HOMEPAGE = "http://www.php.net"
SECTION = "console/network"
LICENSE = "PHP"
-SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src\
- file://acinclude-xml2-config.patch;patch=1"
+SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src \
+ file://acinclude-xml2-config.patch;patch=1 \
+ file://php-m4-divert.patch;patch=1"
S = "${WORKDIR}/php-${PV}"