summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-05 20:11:17 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-05 20:11:17 +0200
commita2c1b6c5d2d7012a2b7df26950ac38c5be4a6394 (patch)
tree91f367b898025e555cbd7d8524cdcada3f183de3
parentTemporary disable aarch64 (diff)
downloadlibrewolf-fedora-ff-a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394.tar.gz
librewolf-fedora-ff-a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394.tar.bz2
librewolf-fedora-ff-a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394.zip
spec build tweaks
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index f604edd..7e2bc01 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -497,9 +497,9 @@ echo "ac_add_options --disable-jemalloc" >> .mozconfig
# We don't have recent nasm on Fedora 30...time to update to Fedora 31.
%if 0%{?fedora} < 31
-ac_add_options --disable-av1
+echo "ac_add_options --disable-av1" >> .mozconfig
%else
-ac_add_options --enable-av1
+echo "ac_add_options --enable-av1" >> .mozconfig
%endif
# api keys full path
bgstack15