From 0bda41e070890d794799329cd9494ae0c4f24df7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 21 Mar 2019 17:41:12 +0000 Subject: user/thunderbird: GCC 8 is too hungry --- user/thunderbird/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/thunderbird/APKBUILD b/user/thunderbird/APKBUILD index 47dfcd899..9acdee471 100644 --- a/user/thunderbird/APKBUILD +++ b/user/thunderbird/APKBUILD @@ -74,8 +74,8 @@ prepare() { echo "ac_add_options --host=\"$CHOST\"" >> "$builddir"/mozconfig echo "ac_add_options --target=\"$CTARGET\"" >> "$builddir"/mozconfig # too much memory - if [ -z "$JOBS" -o $JOBS -gt 32 ]; then - echo "mk_add_options MOZ_MAKE_FLAGS=\"-j32\"" >> "$builddir"/mozconfig + if [ -z "$JOBS" -o $JOBS -gt 16 ]; then + echo "mk_add_options MOZ_MAKE_FLAGS=\"-j16\"" >> "$builddir"/mozconfig fi } -- cgit v1.2.3-70-g09d2