[exim-cvs] Darwin build (mac): disable TLS Resumption suppor…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Darwin build (mac): disable TLS Resumption support
Gitweb: https://git.exim.org/exim.git/commitdiff/ee92d1806a00a2c11f9a47b3e8583c5e0a53ef59
Commit:     ee92d1806a00a2c11f9a47b3e8583c5e0a53ef59
Parent:     77afbf0a11c2a6e532ac860243e48414c294541b
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue May 12 17:06:44 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue May 12 17:06:44 2020 +0100


    Darwin build (mac): disable TLS Resumption support
---
 src/OS/Makefile-Darwin | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


diff --git a/src/OS/Makefile-Darwin b/src/OS/Makefile-Darwin
index be0d952..517bbc4 100644
--- a/src/OS/Makefile-Darwin
+++ b/src/OS/Makefile-Darwin
@@ -10,8 +10,12 @@ HAVE_SA_LEN=YES

# Removed -DBIND_8_COMPAT for 4.61
# CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
+#
+# 2020/05/12 disable TLS resume support; it results in
+# "1 select() failure: No such file or directory"
+# being logged by the daeomn (sending the testsuite red...)

-CFLAGS=-O -no-cpp-precomp
+CFLAGS=-O -no-cpp-precomp -DDISABLE_TLS_RESUME
LIBRESOLV=-lresolv

USE_DB = yes