From 3ae34270f0555dc610b8e69f0aa3f7cf5d50a38a Mon Sep 17 00:00:00 2001 From: hanya Date: Thu, 31 Jan 2019 16:20:20 +0000 Subject: [PATCH] aobook: build with a single job (#3596) --- app-text/aobook/aobook-1.0.3_4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/aobook/aobook-1.0.3_4.recipe b/app-text/aobook/aobook-1.0.3_4.recipe index b9e62eda2..2f27b20cd 100644 --- a/app-text/aobook/aobook-1.0.3_4.recipe +++ b/app-text/aobook/aobook-1.0.3_4.recipe @@ -51,7 +51,7 @@ BUILD_PREREQUIRES=" BUILD() { make -C mlib -f Makefile.haiku $jobArgs OBJ_DIR=objects - make -C src -f Makefile.haiku $jobArgs OBJ_DIR=objects \ + make -C src -f Makefile.haiku -j1 OBJ_DIR=objects \ default catalogs bindcatalogs }