From 7a460500f7d45edf1368e28e998aa09dfb0ad79c Mon Sep 17 00:00:00 2001 From: jhorak Date: Wed, 21 Apr 2021 14:02:47 +0000 Subject: [PATCH] Resolves: #1947920 Fixing MOZ_SMP_FLAGS --- thunderbird.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 6fb6230..c125c0a 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -981,7 +981,6 @@ fi CPU_AVAILABLE=$(/usr/bin/getconf _NPROCESSORS_ONLN) # Pick the minimum from available CPUs or memory constrained number of jobs MOZ_SMP_FLAGS=-j$([ "$CPU_AVAILABLE" -le "$MEM_CONSTRAINED_JOBS" ] && echo "$CPU_AVAILABLE" || echo "$MEM_CONSTRAINED_JOBS") -MOZ_SMP_FLAGS=-j16 %if 0%{?bundle_nss} echo "Setting nss flags"