summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec12
1 files changed, 0 insertions, 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
bgstack15