summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-05-08 22:11:45 +0300
committerStelios Tsampas2022-05-08 22:11:45 +0300
commit68775216a1641b99e7e86d6f01a132670f481a3a (patch)
tree41d0422fd2280238bf20f95eb527dcf0cf63f909
parent75d71a2aaaecec8b84d477a35f64b87b4e53c287 (diff)
downloadaur-68775216a1641b99e7e86d6f01a132670f481a3a.tar.gz
Restrict to 1 makejob to workaround a build issue
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f61c2b3d4ff..f3845cbfaebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -193,6 +193,7 @@ build() {
--enable-win64 \
--with-xattr
+ MAKEFLAGS="-j1" \
make
msg2 "Building Wine-32..."
@@ -219,6 +220,7 @@ build() {
--libdir=/usr/lib32 \
--with-wine64="$srcdir/$pkgname-64-build"
+ MAKEFLAGS="-j1" \
make
}