diff options
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index 846af17c99f6..57e4f2e1ffd0 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 |