From a6a1f2bd90c85974fce4f552b4a50a9c90e2dd6b Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 28 Jul 2017 14:09:43 +0200 Subject: academic/reduce-algebra: Force a single make job. Signed-off-by: Matteo Bernardini --- academic/reduce-algebra/reduce-algebra.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'academic/reduce-algebra') diff --git a/academic/reduce-algebra/reduce-algebra.SlackBuild b/academic/reduce-algebra/reduce-algebra.SlackBuild index d7189bf41b37..f1bae815de4f 100644 --- a/academic/reduce-algebra/reduce-algebra.SlackBuild +++ b/academic/reduce-algebra/reduce-algebra.SlackBuild @@ -82,7 +82,7 @@ sed --in-place "s/^echo\ \$os$/echo $SLACKVER/" scripts/findos.sh CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./configure --with-csl CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./configure --with-psl -make +make -j1 # The Makefile has no 'install' target (yet). Let's do by hand. # The below code is mainly based on debianbuild/reduce/debian/rules -- cgit v1.2.3