diff options
author | Werner Koch <wk@gnupg.org> | 2021-02-24 22:53:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-02-24 22:53:40 +0100 |
commit | d763548f2e00726a40ec886c8179c07bf4e6e664 (patch) | |
tree | f074b8b7c1e93ad31d18c3574e030e91f7c10a44 /configure.ac | |
parent | scd:p15: Get the label value of all objects for better diagnostics. (diff) | |
download | gnupg2-d763548f2e00726a40ec886c8179c07bf4e6e664.tar.xz gnupg2-d763548f2e00726a40ec886c8179c07bf4e6e664.zip |
build: Require a fixed SQlite version.
--
We are actually not vulnerable but it seems to be a good idea to force
installation of a good copy of SQlite
GnuPG-bug-id: 4510
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a0bba571..2c1db3bc6 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ NEED_NPTH_VERSION=1.2 NEED_GNUTLS_VERSION=3.0 -NEED_SQLITE_VERSION=3.7 +NEED_SQLITE_VERSION=3.28 development_version=mym4_isbeta PACKAGE=$PACKAGE_NAME |