generic-poky/meta/recipes-graphics/cairo
Khem Raj 9f1f18559c cairo: Fix build with gcc 4.9
Fix upstream bug
https://bugs.freedesktop.org/show_bug.cgi?id=77060

gcc 4.9 now generates slim objects when LTO is used
These slim objects only contain intermediate language
representation for LTO. Use -ffat-lto-objects to create files which
contain additionally the object code. When linking some .so file, the option
'-flto' is missed, so the error happens.
We add '-ffat-lto-objects' flag to make gcc 4.9 behaves the same as gcc 4.8.

(From OE-Core rev: c4e65e14fbdf957aa34e074337c5649a0b0888b7)

(From OE-Core rev: 858f01ab9613c2b122718c350da763f8fe981d9f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-06 17:59:15 +01:00
..
cairo-fpu.inc Convert tab indentation in python functions into four-space 2012-07-19 10:24:50 +01:00
cairo.inc cairo: Fix build with gcc 4.9 2014-05-06 17:59:15 +01:00
cairo_1.12.16.bb cairo: upgrade to upstream version 1.12.16 2013-10-26 16:08:41 +01:00