From 51cc9a96748679feaa0e7d1fe327d7309b609861 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 18 Sep 2017 21:12:31 +0700 Subject: libraries/webkit2gtk: Fix build issue on single job. Signed-off-by: Willy Sudiarto Raharjo --- libraries/webkit2gtk/webkit2gtk.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3