[exim-cvs] Clarify libraries needed for GnuTLS build

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Clarify libraries needed for GnuTLS build
Gitweb: https://git.exim.org/exim.git/commitdiff/ac548761a8a2cfd267d9309c7009a97893edc068
Commit:     ac548761a8a2cfd267d9309c7009a97893edc068
Parent:     59c0959a36649c4554bd0f18f2c2e74571ed41eb
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed May 22 10:09:01 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed May 22 10:09:01 2019 +0100


    Clarify libraries needed for GnuTLS build
---
 src/src/EDITME | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


diff --git a/src/src/EDITME b/src/src/EDITME
index 415f021..44e6dca 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -806,11 +806,12 @@ HEADERS_CHARSET="ISO-8859-1"
# need something like

# TLS_LIBS=-L/usr/local/openssl/lib -lssl -lcrypto
+
# or
-# TLS_LIBS=-L/opt/gnu/lib -lgnutls -ltasn1 -lgcrypt

-# For DANE under GnuTLS we need an additional library.
-# TLS_LIBS += -lgnutls-dane
+# TLS_LIBS=-L/opt/gnu/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-dane
+# If not using DANE under GnuTLS we can lose one library
+# TLS_LIBS=-L/opt/gnu/lib -lgnutls -ltasn1 -lgcrypt

# TLS_LIBS is included only on the command for linking Exim itself, not on any
# auxiliary programs. If the include files are not in a standard place, you can