Clarify libraries needed for GnuTLS build
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 22 May 2019 09:09:01 +0000 (10:09 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 22 May 2019 09:09:01 +0000 (10:09 +0100)
src/src/EDITME

index 415f021ee7f73aeb11abda8e6e0886cdd87cf3d1..44e6dcacf2ccde63575036bd4d7be6c7e4adf75f 100644 (file)
@@ -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