summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-06-08 14:23:58 +0200
committerMartin Stransky <stransky@redhat.com>2017-06-08 14:23:58 +0200
commitc3b426470c45368aee0d3aab5a65e89830154c74 (patch)
tree58a342dba1f062e9ddda42812ec78e5fa9d2340a
parentFixed build patches (diff)
downloadlibrewolf-fedora-ff-c3b426470c45368aee0d3aab5a65e89830154c74.tar.gz
librewolf-fedora-ff-c3b426470c45368aee0d3aab5a65e89830154c74.tar.bz2
librewolf-fedora-ff-c3b426470c45368aee0d3aab5a65e89830154c74.zip
Removed disable-rust option as is not supported any more
-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