Files
meta-openembedded/meta-oe/recipes-devtools
Otavio Salvador 768f20b8ad php: Fix native build due mistakenly linking against host's iconv
The configure script has mistakenly choose to enable iconv support,
due host to provide it, adding '/usr/lib' to the linking flags and
failing as:

,----[ Linking error while testing 'fork' support ]
| conftest.c:268: warning: conflicting types for built-in function 'fork'
| .../build/tmp/sysroots/x86_64-linux/usr/lib/libxml2.so:
|     undefined reference to `gzopen64@ZLIB_1.2.3.3'
| collect2: ld returned 1 exit status
`----

This patch disables iconv support for native builds fixing the error.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27 12:49:18 +02:00
..
2013-04-15 16:23:17 +02:00
2014-05-03 20:45:03 +02:00
2014-08-21 21:35:06 +02:00
2014-07-15 14:56:55 +02:00
2014-08-01 14:23:46 +02:00
2013-04-15 16:23:17 +02:00
2014-06-21 19:22:26 +02:00
2014-07-22 00:01:47 +02:00
2014-06-10 12:27:11 +02:00
2014-08-10 16:07:18 +02:00
2014-08-11 10:59:23 +02:00
2014-08-05 12:02:40 +02:00
2014-05-12 08:38:30 +02:00
2014-04-20 13:14:57 +02:00