Build: Add gnutls-dane to USE_GNUTLS_PC/TLS_LIBS
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 22 May 2019 22:13:45 +0000 (00:13 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 23 May 2019 19:51:59 +0000 (21:51 +0200)
src/src/EDITME

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