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>
Wed, 29 Jul 2020 20:26:14 +0000 (21:26 +0100)
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 c4da383523e621e25e587f6c436ad70b04e639a0..74f28ee52b0a792c7dbab4a72d4751e51f64a4ea 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 ========================================================