[Slackbuilds-users] Updates - 20170923.1
Duncan Roe
duncan_roe at optusnet.com.au
Sun Sep 24 09:29:01 UTC 2017
Hi Dave,
On Sat, Sep 23, 2017 at 05:06:17PM +0100, David Spencer wrote:
> Hello everybody,
>
> This week's public update is a bit later than usual, because of our
> personal schedules :)
>
...
> libraries/webkit2gtk: Fix build issue on single job.
...
It seems you need this:
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index 57e4f2e..2f7c42e 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
------------------
My build just failed after 18 hrs. It only ever ran 1 cc1plus.
With the patch, it's running 2 of them,
Cheers ... Duncan.
More information about the SlackBuilds-users
mailing list