]> code.ossystems Code Review - openembedded-core.git/commit
librsvg: disable Bsymbolic if it is not supported on some hosts
authorChong Lu <Chong.Lu@windriver.com>
Mon, 18 Aug 2014 09:49:18 +0000 (17:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Aug 2014 19:43:11 +0000 (20:43 +0100)
commit8b27ddab61b2ae0b3b502b64d3ad76e72fdb9b60
tree3296c8134dcc2a17209e45556b8b32d4f32beb17
parent0300a46a8350cc58b40cfc5887ab04f0b0f5435e
librsvg: disable Bsymbolic if it is not supported on some hosts

When trying to build on my Centos 5.5 machine, got below error:
| checking for gdk-pixbuf-query-loaders... /home/build/clu1/build/qemux86_standard_glibc-std/bitbake_build/tmp/sysroots/x86_64-linux/usr/bin/gdk-pixbuf-query-loaders
| checking if gcc  supports "-Wl,-Bsymbolic-functions" flag...
| configure: error: -Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed

Set --enable-Bsymbolic=auto to disable it when it is not suppported.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/librsvg/librsvg_2.40.2.bb