summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-03-10 13:20:18 +0100
committerMartin Stransky <stransky@redhat.com>2020-03-10 13:20:18 +0100
commitd9c539f7658c388753620ee855bf684bc6f34a94 (patch)
tree7843e28ff18031804951c39de95ba142e1cffbe1 /firefox.spec
parentRemove unused libIDL build dep (diff)
downloadlibrewolf-fedora-ff-d9c539f7658c388753620ee855bf684bc6f34a94.tar.gz
librewolf-fedora-ff-d9c539f7658c388753620ee855bf684bc6f34a94.tar.bz2
librewolf-fedora-ff-d9c539f7658c388753620ee855bf684bc6f34a94.zip
use -j1 on arm
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 005243f..4436ae4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -610,7 +610,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 aarch64 %{arm}
+%ifarch x86_64 ppc ppc64 ppc64le aarch64
[ -z "$RPM_BUILD_NCPUS" ] && \
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
bgstack15