git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Docs: add crossref
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-Darwin
diff --git
a/src/OS/unsupported/Makefile-Darwin
b/src/OS/unsupported/Makefile-Darwin
index be0d9520bef0dfa2c438ef752b910f514d15f66d..bdd9d110d4c091acf2443cef7299fe7250060112 100644
(file)
--- a/
src/OS/unsupported/Makefile-Darwin
+++ b/
src/OS/unsupported/Makefile-Darwin
@@
-1,4
+1,5
@@
# Exim: OS-specific make file for Darwin (Mac OS X).
# Exim: OS-specific make file for Darwin (Mac OS X).
+# SPDX-License-Identifier: GPL-2.0-or-later
CC=cc
CC=cc
@@
-10,8
+11,12
@@
HAVE_SA_LEN=YES
# Removed -DBIND_8_COMPAT for 4.61
# CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
# 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
LIBRESOLV=-lresolv
USE_DB = yes