From 4659a463250c91163466c71d3cb0da336825bd63 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 22 May 2014 13:45:11 +0200 Subject: recipes: Disable parallel build on nettle dependency chain in Makfiles isn't perfect, so let's avoid running into those issues --- recipes/nettle/nettle.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nettle/nettle.recipe b/recipes/nettle/nettle.recipe index 859da2d4..b0943339 100644 --- a/recipes/nettle/nettle.recipe +++ b/recipes/nettle/nettle.recipe @@ -18,6 +18,7 @@ class Recipe(recipe.Recipe): configure_options = '--enable-shared' deps = ['gmp'] patches = ['0001-ios-fix-build-using-.word-for-assembly-constants.patch'] + allow_parallel_build = False files_bins = ['nettle-hash', 'nettle-lfib-stream'] files_libs = ['libnettle', 'libhogweed'] -- cgit v1.2.3