mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/webkit2gtk: Fix build issue on single job.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d1ce6919b
commit
51cc9a9674
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue