diff options
author | Matthew Waters <matthew@centricular.com> | 2019-10-01 20:19:23 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2019-10-01 21:53:51 +1000 |
commit | a2009e620ad75a0ff1503d5986ba3b640cb0ad4e (patch) | |
tree | 388eafcc22e20f9a32b0e2058a8946e481b929e4 /recipes/cairo.recipe | |
parent | 5fea1acc4bfd850cef8ab4c2f837084376de6543 (diff) |
cairo: don't fail configure linker tests when stderr is output
macos' linker will output version mismatch warnings to stderr and fail
the check:
ld: warning: passed two min versions (10.0.0, 10.0) for platform iOS. Using 10.0.
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r-- | recipes/cairo.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe index 09e29f4f..320c6a8a 100644 --- a/recipes/cairo.recipe +++ b/recipes/cairo.recipe @@ -14,6 +14,7 @@ class Recipe(recipe.Recipe): 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-build-disable-failing-compile-link-checks-on-any-std.patch', ] files_libs = ['libcairo', 'libcairo-gobject', 'libcairo-script-interpreter'] |