summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-26 08:30:47 -0400
committerB Stack <bgstack15@gmail.com>2019-06-26 08:30:47 -0400
commit6a12ffaf75949d5b380e6e768c7ecf7b80119071 (patch)
tree6d1032d70dbadbc1fc963b38409397e67f8914a9 /waterfox/waterfox.spec
parentwaterfox: pull in recent chinfo updates (diff)
downloadstackrpms-6a12ffaf75949d5b380e6e768c7ecf7b80119071.tar.gz
stackrpms-6a12ffaf75949d5b380e6e768c7ecf7b80119071.tar.bz2
stackrpms-6a12ffaf75949d5b380e6e768c7ecf7b80119071.zip
disable stylo and rust-simd for el7
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 009e116..ef606d4 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -146,6 +146,8 @@ ExcludeArch: armv7hl
%global system_vorbis 0
%global system_sqlite 0
%global system_libvpx 0
+%global build_stylo 0
+%global build_rust_simd 0
%if "%{?scl_env}" != ""
BuildRequires: %{scl_buildreq}
%endif
bgstack15