Removed disable-rust option as is not supported any more
This commit is contained in:
parent
ca256f4a75
commit
c3b426470c
12
firefox.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user