[oe-commits] Frans Meulenbroeks : php: reinstated --without-iconv, this seems to generate configure issues

git version control git at git.openembedded.org
Tue Nov 30 08:34:16 UTC 2010


Module: openembedded.git
Branch: master
Commit: b0d9ce644c7847533e7b362441e45d8f7c7748b6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b0d9ce644c7847533e7b362441e45d8f7c7748b6

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Nov 30 09:29:14 2010 +0100

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 at gmail.com>

---

 recipes/php/php_5.2.13.bb |    3 ++-
 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 0bc188e..af9bd6a 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 \





More information about the Openembedded-commits mailing list