From 25ce22e4397212e074ff9e07e7f5a2f51efe3c90 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 11 Mar 2016 23:01:50 +0000 Subject: [PATCH] sqlite: Remove jobArgs as parallel builds aren't supported. --- dev-db/sqlite/sqlite-3.11.0.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/sqlite/sqlite-3.11.0.0.recipe b/dev-db/sqlite/sqlite-3.11.0.0.recipe index 173c70d4f..e10fdb2d5 100644 --- a/dev-db/sqlite/sqlite-3.11.0.0.recipe +++ b/dev-db/sqlite/sqlite-3.11.0.0.recipe @@ -51,7 +51,7 @@ BUILD() autoconf automake-1.13 runConfigure ./configure - make $jobArgs + make } INSTALL()