summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-09-24 12:15:54 +0200
committer Willy Sudiarto Raharjo2017-09-30 02:19:08 +0200
commite78cc6243ba5e6334c64c9d57a5099e426a72ef4 (patch)
tree0ce7ece26b4be491c55881f12fd7fb308bdcddc0
parentccb393f52ff30a1600533ba2f91dff677fe1bce1 (diff)
downloadslackbuilds-e78cc6243ba5e6334c64c9d57a5099e426a72ef4.tar.gz
libraries/webkit2gtk: Fix missing export.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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