All of lore.kernel.org
 help / color / mirror / Atom feed
* release-2010.12: PHP build issues
@ 2010-12-02 12:17 Pierluigi Passaro
  2010-12-02 12:53 ` Frans Meulenbroeks
  0 siblings, 1 reply; 4+ messages in thread
From: Pierluigi Passaro @ 2010-12-02 12:17 UTC (permalink / raw)
  To: openembedded-devel

Hi all,
I still have problem compiling PHP 5.2.13 with release-2010.12 branch.

I fixed the problem with the following patch regarding iconv option. Can 
anyone confirm the issue?

Thanks
Regards
Pierluigi

--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -21,7 +21,7 @@ export LIBS=" -lpthread "
 
 EXTRA_OECONF = "    --enable-mbstring \
                     --enable-discard-path \
-                    --disable-iconv \
+                    --without-iconv \
                     --enable-sockets \
                     --enable-shared \
                     --enable-pcntl \

-- 
Ing. Pierluigi Passaro
Via Pasqualigo 31
30174 Venezia Mestre
Cel: +39 348 355 4119
Tel: +39 041 862 3373
Fax: +39 041 862 3173
Web: www.phoenixsoftware.it
P.IVA 03884060272




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-02 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 12:17 release-2010.12: PHP build issues Pierluigi Passaro
2010-12-02 12:53 ` Frans Meulenbroeks
2010-12-02 14:40   ` Pierluigi Passaro
2010-12-02 14:58     ` Frans Meulenbroeks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.