[Bug 795590] building branch 1.15 of gstreamer using cerbero fails at libffi build
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Apr 29 11:08:02 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795590
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Does adding this to recipes/libffi.recipe help?
diff --git a/recipes/libffi.recipe b/recipes/libffi.recipe
index 8d22ee81..52541699 100644
--- a/recipes/libffi.recipe
+++ b/recipes/libffi.recipe
@@ -34,6 +34,8 @@ class Recipe(recipe.Recipe):
def prepare(self):
self.libffidir = os.path.join('lib', 'libffi-%s' % self.version)
+ self.configure_options += ' --disable-docs '
+
if needs_xcode8_sdk_workaround(self.config):
self.append_env['ac_cv_func_mkostemp'] = 'no'
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list