From fef04b6d305f31a62fda4ee72b12bf92bb54b25f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 8 Oct 2017 11:33:14 +0200 Subject: [PATCH] nsgenbind: disable parallel builds Seems to fail on the buildbots. --- dev-libs/nsgenbind/nsgenbind-0.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/nsgenbind/nsgenbind-0.4.recipe b/dev-libs/nsgenbind/nsgenbind-0.4.recipe index 4bbfc5816..4813a5fe2 100644 --- a/dev-libs/nsgenbind/nsgenbind-0.4.recipe +++ b/dev-libs/nsgenbind/nsgenbind-0.4.recipe @@ -32,7 +32,7 @@ BUILD_PREREQUIRES=" BUILD() { - make $jobArgs PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem + make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem } INSTALL()