mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
configure: increase minimum required GnuTLS version to 3.6.12
This commit is contained in:
parent
e3f7f31219
commit
227314cc94
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ AC_ARG_ENABLE([fastparser],
|
|||
AM_CONDITIONAL([FAST_PARSER], [test "$enable_fastparser" = "yes"])
|
||||
|
||||
# GnuTLS crypto backend
|
||||
PKG_CHECK_MODULES([gnutls], [gnutls >= 3.6.10], [
|
||||
PKG_CHECK_MODULES([gnutls], [gnutls >= 3.6.12], [
|
||||
save_CFLAGS=$CFLAGS
|
||||
save_LIBS=$LIBS
|
||||
CFLAGS="$CFLAGS $gnutls_CFLAGS"
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ Required libraries
|
|||
|
||||
Knot DNS requires a few libraries to be available:
|
||||
|
||||
* gnutls >= 3.6.10
|
||||
* gnutls >= 3.6.12
|
||||
* libedit
|
||||
* liburcu
|
||||
* lmdb >= 0.9.15
|
||||
|
|
|
|||
Loading…
Reference in a new issue