From bf99e0cd667e7414881db25a84eb206efe5787b7 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 30 Nov 2010 09:29:14 +0100 Subject: [PATCH] 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 --- recipes/php/php_5.2.13.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5