Go to file
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
contrib update oe-stylize to be Python3 comaptible 2012-12-18 17:35:18 +01:00
meta-efl update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-filesystems update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-gnome update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-gpe update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-initramfs update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-multimedia update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-networking sethdlc: Set MACHINE_ARCH, because of virtual/kernel dependency 2014-08-23 13:37:49 +02:00
meta-oe php: Fix native build due mistakenly linking against host's iconv 2014-09-01 11:45:23 +02:00
meta-perl update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-ruby update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-systemd update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-webserver update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
meta-xfce update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
toolchain-layer update maintainer info in README's for daisy 2014-06-23 12:58:26 +02:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories