stefan pushed a commit to branch efl-1.19. http://git.enlightenment.org/core/efl.git/commit/?id=d94edfd591ef6847ed65392ba6b2c7eeae03a905
commit d94edfd591ef6847ed65392ba6b2c7eeae03a905 Author: Stefan Schmidt <[email protected]> Date: Fri Apr 28 15:25:45 2017 +0200 build: bump minimum version requirement of gnutls to 3.3.6 This releases offers the gnutls_certificate_set_x509_trust_dir() API we use in ecore_con. This gnutls version was release in July 2014 which gave it enough time to be picked up by distributions. Thanks a lot to llelectronics for reporting and tracking down the problem. ref T5437 @fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e0b0371..36dc274 100644 --- a/configure.ac +++ b/configure.ac @@ -388,7 +388,7 @@ AM_CONDITIONAL([EFL_ENABLE_TESTS], [test "${want_tests}" = "yes"]) # check for crypto/tls library to use case "$build_crypto" in gnutls) - EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.12.16]) + EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 3.3.6]) AM_PATH_LIBGCRYPT([], [:], [AC_MSG_ERROR([libgcrypt required but not found])]) --
