From dd804259b8424a8b02c183214c4b566bc5c541fc Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sat, 15 Jun 2019 17:33:59 +0200 Subject: [PATCH] Downgrade SQlite version to 3.27.2 The build is requiring a installed SQlite3 version of >= 3.28.0 which is quite a recent upstream version. Typically Thunderbird isn't using the most recent functions from SQlite and we can safely downgrade the build requirement for SQlite. Downgrading the version the version which is available on unstable. Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Downgrade-SQlite-version-to-3.27.2.patch --- old-configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-configure.in b/old-configure.in index 5981adf293..8f1bd5b576 100644 --- a/old-configure.in +++ b/old-configure.in @@ -63,7 +63,7 @@ GDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4 W32API_VERSION=3.14 STARTUP_NOTIFICATION_VERSION=0.8 DBUS_VERSION=0.60 -SQLITE_VERSION=3.28.0 +SQLITE_VERSION=3.27.2 dnl Set various checks dnl ======================================================== -- 2.30.2