From 9eb11bca67494c4b4cf3e3059da9f32d8528a612 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 4 Aug 2015 01:48:02 +0100 Subject: desktop/ion: Use -j1 in SlackBuild. Fixes build failure on -current. Signed-off-by: Willy Sudiarto Raharjo --- desktop/ion/ion.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/ion/ion.SlackBuild b/desktop/ion/ion.SlackBuild index a9b87316f9..480e681b37 100644 --- a/desktop/ion/ion.SlackBuild +++ b/desktop/ion/ion.SlackBuild @@ -60,7 +60,7 @@ find -L . \ sed -e "s%@VERSION@%$VERSION%g" -e "s%@LIBDIRSUFFIX@%$LIBDIRSUFFIX%g" \ $CWD/system.mk.diff | patch -p1 -make OPTS="$SLKCFLAGS" +make -j1 OPTS="$SLKCFLAGS" # The Makefile doesn't support DESTDIR :/ make install \ -- cgit v1.2.3-65-gdbad