summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-09-18 16:12:31 +0200
committer David Spencer2017-09-23 17:30:56 +0200
commit51cc9a96748679feaa0e7d1fe327d7309b609861 (patch)
treeb8fa35f534cfcc8a3c0a7cb05d26a66dd23b302e
parent5d1ce6919bc4164b2978c254540778a508c0ebc3 (diff)
downloadslackbuilds-51cc9a96748679feaa0e7d1fe327d7309b609861.tar.gz
libraries/webkit2gtk: Fix build issue on single job.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/webkit2gtk/webkit2gtk.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index 846af17c99..57e4f2e1ff 100644
--- a/libraries/webkit2gtk/webkit2gtk.SlackBuild
+++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild
@@ -55,6 +55,10 @@ else
LIBDIRSUFFIX=""
fi
+# This is needed to fix build issue on single make job
+# Thanks to ponce for investigating this issue.
+MAKEFLAGS=${MAKEFLAGS:--j2}
+
set -eu
rm -rf $PKG