libraries/webkit2gtk: Fix build issue on single job.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-18 21:12:31 +07:00 committed by David Spencer
parent 5d1ce6919b
commit 51cc9a9674

View file

@ -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