diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-05-22 13:45:11 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-05-25 17:51:27 +0200 |
commit | 4659a463250c91163466c71d3cb0da336825bd63 (patch) | |
tree | 60407942ac8bbc9d1dab7e4d53fda4bac3b85f70 | |
parent | e336b47088bd2d785d6abf7febff6dac991fc6a7 (diff) |
recipes: Disable parallel build on nettle
dependency chain in Makfiles isn't perfect, so let's avoid running
into those issues
-rw-r--r-- | recipes/nettle/nettle.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
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'] |