X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d5b80e59458182b2d557a929a18cb8c70cd56b68..204a7a2c2e8601558905dc34c576a627045a9f21:/src/OS/unsupported/Makefile-Darwin diff --git a/src/OS/unsupported/Makefile-Darwin b/src/OS/unsupported/Makefile-Darwin index be0d9520b..517bbc493 100644 --- a/src/OS/unsupported/Makefile-Darwin +++ b/src/OS/unsupported/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