[poky] package libsexy-0.1.11-r1: task do_compile: Failed
Khem Raj
raj.khem at gmail.com
Wed Nov 30 19:22:26 PST 2011
On Mon, Nov 28, 2011 at 11:24 PM, sonu vishwakarma
<vishwasonu2000 at gmail.com> wrote:
> Hi,
> I'm trying the build for XBMC , which depends on libsexy , i'm getting the
> compilation error as follows:
>
> |
> /home/sct/poky_gigabyte_09Nov_xbmc/build/tmp/sysroots/fishriver/usr/lib/libcairo.so:
> undefined reference to `__longjmp_chk at GLIBC_2.11'
> | collect2: ld returned 1 exit status
> | make[2]: *** [test-spell-entry] Error 1
> | make[2]: *** Waiting for unfinished jobs....
> |
Its because the make system of this package is using fortified sources
probably can you
add -U_FORTIFY_SOURCE to CFLAGS and see if that helps ?
something like
CFLAGS += "-U_FORTIFY_SOURCE"
More information about the poky
mailing list