From bd0f8654262746237583ab12c0f0d53fb496a81e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 23 Sep 2020 17:52:35 +0200 Subject: Enable parallel builds for aarch64 Beyond making the builds faster, this also appears to fix the build on aarch64 (libmozgtk.so not getting built) for reasons unknown. https://bugzilla.redhat.com/show_bug.cgi?id=1872111 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 3000bd1..d068381 100644 --- a/firefox.spec +++ b/firefox.spec @@ -630,7 +630,7 @@ MOZ_SMP_FLAGS=-j1 RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2 %endif -%ifarch x86_64 ppc ppc64 ppc64le %{arm} +%ifarch x86_64 ppc ppc64 ppc64le %{arm} aarch64 [ -z "$RPM_BUILD_NCPUS" ] && \ RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2 -- cgit