[exim-cvs] Build: Add gnutls-dane to USE_GNUTLS_PC/TLS_LIBS

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Build: Add gnutls-dane to USE_GNUTLS_PC/TLS_LIBS
Gitweb: https://git.exim.org/exim.git/commitdiff/4374b0903a35c7ec5b09dda0dd92c1436abd02c0
Commit:     4374b0903a35c7ec5b09dda0dd92c1436abd02c0
Parent:     ac548761a8a2cfd267d9309c7009a97893edc068
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Thu May 23 00:13:45 2019 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu May 23 21:51:59 2019 +0200


    Build: Add gnutls-dane to USE_GNUTLS_PC/TLS_LIBS
---
 src/src/EDITME | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


diff --git a/src/src/EDITME b/src/src/EDITME
index 44e6dca..a370372 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -772,9 +772,11 @@ HEADERS_CHARSET="ISO-8859-1"

# Uncomment the first and either the second or the third of these if you
# are using GnuTLS. If you have pkg-config, then the second, else the third.
+# If you disabled SUPPORT_DANE support above, you do not need the gnutls-dane
+# libraries here.
# USE_GNUTLS=yes
-# USE_GNUTLS_PC=gnutls
-# TLS_LIBS=-lgnutls -ltasn1 -lgcrypt
+# USE_GNUTLS_PC=gnutls gnutls-dane
+# TLS_LIBS=-lgnutls -ltasn1 -lgcrypt -lgnutls-dane

# If using GnuTLS older than 2.10 and using pkg-config then note that Exim's
# build process will require libgcrypt-config to exist in your $PATH. A