aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/kodi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kodi/APKBUILD b/community/kodi/APKBUILD
index 9a0d01a4c0..a42cf8816f 100644
--- a/community/kodi/APKBUILD
+++ b/community/kodi/APKBUILD
@@ -51,7 +51,7 @@ prepare() {
build() {
cd "$_builddir"
- ./bootstrap || return 1
+ MAKEFLAGS="-j1" ./bootstrap || return 1
./configure \
--build=$CBUILD \
--host=$CHOST \