From: Frans Meulenbroeks Date: Tue, 30 Nov 2010 08:29:14 +0000 (+0100) Subject: php: reinstated --without-iconv, this seems to generate configure issues X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf99e0cd667e7414881db25a84eb206efe5787b7;p=openembedded.git 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 --- diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb index 93e333e041..9939b3cb11 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 \