From 6a12ffaf75949d5b380e6e768c7ecf7b80119071 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 26 Jun 2019 08:30:47 -0400 Subject: disable stylo and rust-simd for el7 --- waterfox/waterfox.spec | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit