From d0523fbc4c007467286fb5984927eb7fd77fe965 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 26 Aug 2020 11:26:48 -0400 Subject: system_sqlite=0 for el8 --- waterfox/waterfox.spec | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit