diff options
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 213b15e..3b3e5af 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -153,6 +153,10 @@ BuildRequires: %{scl_buildreq} %if 0%{?rhel} >= 7 %global system_webp 0 %endif +# added for 2020.08 because right now el8 does not have sqlite >= 3.30.1 +%if 0%{?rhel} == 8 +%global system_sqlite 0 +%endif Summary: Waterfox Web browser Name: waterfox |