git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77afbf0
)
Darwin build (mac): disable TLS Resumption support
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 12 May 2020 16:06:44 +0000
(17:06 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 12 May 2020 16:06:44 +0000
(17:06 +0100)
src/OS/Makefile-Darwin
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-Darwin
b/src/OS/Makefile-Darwin
index be0d9520bef0dfa2c438ef752b910f514d15f66d..517bbc4938b4038fec729c2f523605bfe53e2795 100644
(file)
--- 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