From 1508fb6468a1b72e37856fee2c51756d91d9a3f8 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Tue, 30 Apr 2013 12:24:40 +0200 Subject: winpthreads: disable parallel builds --- recipes/toolchain/winpthreads.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/toolchain/winpthreads.recipe b/recipes/toolchain/winpthreads.recipe index 5b26c17..5623e93 100644 --- a/recipes/toolchain/winpthreads.recipe +++ b/recipes/toolchain/winpthreads.recipe @@ -6,6 +6,7 @@ class Recipe(recipe.Recipe): configure_options = '--enable-shared --enable-static ' add_host_build_target = False autoreconf = True + allow_parallel_build = False files_all = [ 'bin/libwinpthread-1.dll', 'lib/libpthread.a', -- cgit v1.2.3