Downgrade SQlite version to 3.27.2
authorCarsten Schoenert <c.schoenert@t-online.de>
Sat, 15 Jun 2019 15:33:59 +0000 (17:33 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Sat, 16 Nov 2019 11:58:00 +0000 (11:58 +0000)
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

index c057912ab588b84be7f5b0062b45965ec38675e9..60e197aa8a8ee4d9f37f65fdc35c749e80466f2c 100644 (file)
@@ -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 ========================================================