diff options
Diffstat (limited to 'OS/unsupported/Makefile-Darwin')
-rw-r--r-- | OS/unsupported/Makefile-Darwin | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/OS/unsupported/Makefile-Darwin b/OS/unsupported/Makefile-Darwin new file mode 100644 index 0000000..517bbc4 --- /dev/null +++ b/OS/unsupported/Makefile-Darwin @@ -0,0 +1,33 @@ +# Exim: OS-specific make file for Darwin (Mac OS X). + +CC=cc + +BASENAME_COMMAND=look_for_it +CHOWN_COMMAND=/usr/sbin/chown +CHMOD_COMMAND=/bin/chmod + +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 -DDISABLE_TLS_RESUME +LIBRESOLV=-lresolv + +USE_DB = yes +DBMLIB = + +X11=/usr/X11R6 +XINCLUDE=-I$(X11)/include +XLFLAGS=-L$(X11)/lib +X11_LD_LIB=$(X11)/lib + +EXIWHAT_PS_ARG=ax +EXIWHAT_EGREP_ARG='/exim( |$$)' +EXIWHAT_KILL_SIGNAL=-USR1 + +# End |