Otavio Salvador 662cf409c1 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>
Acked-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-09-01 11:45:23 +02:00
..
2013-04-15 16:23:17 +02:00
2014-05-03 20:45:03 +02:00
2013-04-15 16:23:17 +02:00
2013-04-15 16:23:17 +02:00
2013-11-18 23:14:51 +01:00
2013-12-21 19:16:51 +01:00
2014-03-18 20:06:59 +01:00
2014-04-20 11:24:30 +02:00
2014-05-12 08:38:30 +02:00
2014-04-20 13:14:57 +02:00