[exim-cvs] Build: libtasn1 and libgcrypt no longer needed fo…

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Build: libtasn1 and libgcrypt no longer needed for gnutls
Gitweb: https://git.exim.org/exim.git/commitdiff/84539f739b81c6b90ffdbfbdff090100470fe71b
Commit:     84539f739b81c6b90ffdbfbdff090100470fe71b
Parent:     de517fd3061ee343cd36d05587c915f617318671
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat May 25 14:19:46 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat May 25 14:19:46 2019 +0100


    Build: libtasn1 and libgcrypt no longer needed for gnutls
---
 src/src/EDITME | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


diff --git a/src/src/EDITME b/src/src/EDITME
index e1bf812..fe945c3 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -222,9 +222,10 @@ SPOOL_DIRECTORY=/var/spool/exim
# USE_GNUTLS=yes
# Uncomment one of these settings if you are using GnuTLS; pkg-config vs not
# and an optional location. If you disable SUPPORT_DANE below, you
-# can remove the gnutls-dane references here.
+# can remove the gnutls-dane references here. Earlier versions of GnuTLS
+# required libtasn1 and libgrypt also; add if needed.
# USE_GNUTLS_PC=gnutls gnutls-dane
-# TLS_LIBS=-lgnutls -ltasn1 -lgcrypt -lgnutls-dane
+# TLS_LIBS=-lgnutls -lgnutls-dane
# TLS_LIBS=-L/usr/local/gnu/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-dane

# If using GnuTLS older than 2.10 and using pkg-config then note that Exim's