libcroco: disable Bsymbolic if it is not supported on some hosts
authorTing Liu <b28495@freescale.com>
Wed, 11 Sep 2013 03:11:15 +0000 (11:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Sep 2013 10:06:58 +0000 (11:06 +0100)
commit5b0b31f8eb1fc60b1228ba57aa5a0aa7d2c1cfa9
tree88a5cf40a25a893fea6d09a83475154fbaaf8561
parent7cdbae7883544b2cd1b6a70d119cc47812a3f5d2
libcroco: 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 gtkdoc-mkpdf... no
| checking whether to build gtk-doc documentation... no
| checking for CROCO... yes
| 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
|
| configure: exit 1
| ERROR: oe_runconf failed

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

(From OE-Core rev: e7c691b33573b3309752d6eb397486c2c8620adb)

Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcroco/libcroco_0.6.8.bb