diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-19 16:27:44 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-19 16:27:44 +0000 |
commit | b4ad78623875988d016ff816dc6c9c382be897f9 (patch) | |
tree | 7aedae87e027d999aa7703c6dd2bd53f9637fc06 /src | |
parent | 899b8bbc6d360af6362c2a41d40b786279f41492 (diff) |
Fix nossl build
Diffstat (limited to 'src')
-rw-r--r-- | src/src/EDITME | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index 947a4db0e..35585d6bb 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -798,7 +798,7 @@ HEADERS_CHARSET="ISO-8859-1" # TLS_LIBS=-L/opt/gnu/lib -lgnutls -ltasn1 -lgcrypt # For DANE under GnuTLS we need an additional library. -TLS_LIBS += -lgnutls-dane +# TLS_LIBS += -lgnutls-dane # 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 |