summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/webkit2gtk/webkit2gtk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index 57e4f2e1ff..2f7c42ec28 100644
--- a/libraries/webkit2gtk/webkit2gtk.SlackBuild
+++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild
@@ -57,7 +57,7 @@ fi
# This is needed to fix build issue on single make job
# Thanks to ponce for investigating this issue.
-MAKEFLAGS=${MAKEFLAGS:--j2}
+export MAKEFLAGS=${MAKEFLAGS:--j2}
set -eu