mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
build: Require libgpg-error 1.16.
-- 1.15 has a bug which will lead to a segv when sending keys. Better updated the requirements to avoid bug reports.
This commit is contained in:
parent
596ae9f543
commit
28dafd4714
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist))
|
|||
m4_esyscmd([echo ]mym4_version[>VERSION])
|
||||
AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
|
||||
|
||||
NEED_GPG_ERROR_VERSION=1.15
|
||||
NEED_GPG_ERROR_VERSION=1.16
|
||||
|
||||
NEED_LIBGCRYPT_API=1
|
||||
NEED_LIBGCRYPT_VERSION=1.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue