5.2.13 had an inconsistency: there was a DEPENDS on virtual/iconv
yet there was a configure argument --without-iconv
as my project needed iconv, I removed the --without-iconv
(works like a charm :-) )
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
libc-client openssl"
-PR = "r6"
+PR = "r7"
SRC_URI += "file://pear-makefile.patch \
file://imap-fix-autofoo.patch \
export THREADS="pthread"
export LIBS=" -lpthread "
-EXTRA_OECONF = " --without-iconv \
- --enable-mbstring \
+EXTRA_OECONF = " --enable-mbstring \
--enable-discard-path \
--enable-sockets \
--enable-shared \