From c3b426470c45368aee0d3aab5a65e89830154c74 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 8 Jun 2017 14:23:58 +0200 Subject: Removed disable-rust option as is not supported any more --- firefox.spec | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/firefox.spec b/firefox.spec index 068c36c..c449508 100644 --- a/firefox.spec +++ b/firefox.spec @@ -51,12 +51,6 @@ %define run_tests 0 %endif -%define build_with_rust 1 - -#%ifarch ppc64 ppc64le s390x -#%define build_with_rust 0 -#%endif - # Build as a debug package? %define debug_build 0 @@ -450,12 +444,6 @@ echo "ac_add_options --with-system-icu" >> .mozconfig echo "ac_add_options --without-system-icu" >> .mozconfig %endif -%if %{?build_with_rust} -echo "ac_add_options --enable-rust" >> .mozconfig -%else -echo "ac_add_options --disable-rust" >> .mozconfig -%endif - #--------------------------------------------------------------------- %build -- cgit