summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-08-20 20:43:39 +0200
committerMartin Stransky <stransky@redhat.com>2020-08-20 20:43:39 +0200
commit052081df4ea8f36521658ee061502858046bc5a2 (patch)
tree48783bcc9b340f4e6acac68cd033ed06af2e4b89
parentUpdated to 80.0 Build 2 (diff)
downloadlibrewolf-fedora-ff-052081df4ea8f36521658ee061502858046bc5a2.tar.gz
librewolf-fedora-ff-052081df4ea8f36521658ee061502858046bc5a2.tar.bz2
librewolf-fedora-ff-052081df4ea8f36521658ee061502858046bc5a2.zip
arm minor tweak
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e3b47e7..43af8fc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -618,7 +618,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
+%ifarch x86_64 ppc ppc64 ppc64le %{arm}
[ -z "$RPM_BUILD_NCPUS" ] && \
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
bgstack15