diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-10-21 17:32:05 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-21 17:32:05 +0200 |
commit | 1142e73087f089ca2589b1cb96ad62b4e8195e09 (patch) | |
tree | cf4951a22448466863e3855667b2d252f2755b0e /recipes/cairo.recipe | |
parent | ab1f07e15efb9f86e8c5cd024b92a1b349732465 (diff) |
cairo: Disable LTO as it breaks at least on Android
It results in static libraries without any symbols at all.
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r-- | recipes/cairo.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe index ef17cdc0..12ece1ce 100644 --- a/recipes/cairo.recipe +++ b/recipes/cairo.recipe @@ -12,7 +12,8 @@ class Recipe(recipe.Recipe): autoreconf_sh = 'NOCONFIGURE=1 ./autogen.sh' deps = ['glib', 'libpng', 'zlib', 'pixman', 'fontconfig', 'freetype'] patches = ['cairo/0001-Fix-compilation-with-Android-s-bionic-libc.patch', - 'cairo/0001-Disable-building-of-the-tests.patch'] + 'cairo/0001-Disable-building-of-the-tests.patch', + 'cairo/0001-configure-Disable-LTO-as-it-breaks-at-least-on-Andro.patch'] files_libs = ['libcairo', 'libcairo-gobject', 'libcairo-script-interpreter'] files_devel = [ |