diff options
author | Martin Stransky <stransky@redhat.com> | 2017-04-19 09:29:16 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-04-19 09:29:16 +0200 |
commit | 43b9ccf4f675610cc65e4a50c81b8e61a90697e7 (patch) | |
tree | 9f176ddd11c21dd8c958ad18a9665c1d5cfd2252 | |
parent | Merge branch 'master' into f24 (diff) | |
parent | build fix - explicitly disable rust on unsupported arches (diff) | |
download | librewolf-fedora-ff-43b9ccf4f675610cc65e4a50c81b8e61a90697e7.tar.gz librewolf-fedora-ff-43b9ccf4f675610cc65e4a50c81b8e61a90697e7.tar.bz2 librewolf-fedora-ff-43b9ccf4f675610cc65e4a50c81b8e61a90697e7.zip |
Merge branch 'master' into f24
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 61cc0f1..c50187b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -443,6 +443,8 @@ echo "ac_add_options --without-system-icu" >> .mozconfig %if %{?build_with_rust} echo "ac_add_options --enable-rust" >> .mozconfig +%else +echo "ac_add_options --disable-rust" >> .mozconfig %endif %ifarch aarch64 ppc64 s390x |