From 904d8ea0c9c4452c88e8e2b7b521f1d58c35acfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 7 Dec 2020 20:48:37 +0100 Subject: [PATCH] kristall: 1-job build --- www-client/kristall/kristall-0.7.3~git.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/kristall/kristall-0.7.3~git.recipe b/www-client/kristall/kristall-0.7.3~git.recipe index 9c27991bb..15e578fa2 100644 --- a/www-client/kristall/kristall-0.7.3~git.recipe +++ b/www-client/kristall/kristall-0.7.3~git.recipe @@ -58,7 +58,7 @@ BUILD() { export DISABLE_ASLR=1 - make $jobArgs + make -j1 } INSTALL()