From 6d57516fb17d1af03d547198f79bbad6f1977b91 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 19 Apr 2017 09:29:00 +0200 Subject: build fix - explicitly disable rust on unsupported arches --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit