aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-30 09:29:14 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-30 09:29:14 +0100
commitb0d9ce644c7847533e7b362441e45d8f7c7748b6 (patch)
tree16f86265566828d9f41a1e50bf5219e94e603f51 /recipes/php
parent9d3d91887fe4c36d89466dd08520449fd017928f (diff)
downloadopenembedded-b0d9ce644c7847533e7b362441e45d8f7c7748b6.tar.gz
php: reinstated --without-iconv, this seems to generate configure issues
issues are wrt native paths being used. e.g. get that fork is not found adding --with-iconv-dir did not help This needs further investigation Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/php')
-rw-r--r--recipes/php/php_5.2.13.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb
index 0bc188e8ca..af9bd6acd3 100644
--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -3,7 +3,7 @@ require php.inc
DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
libc-client openssl"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SRC_URI = "http://museum.php.net/php5/php-${PV}.tar.bz2;name=src \
file://acinclude-xml2-config.patch \
@@ -21,6 +21,7 @@ export LIBS=" -lpthread "
EXTRA_OECONF = " --enable-mbstring \
--enable-discard-path \
+ --disable-iconv \
--enable-sockets \
--enable-shared \
--enable-pcntl \