X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/dd9ac646fe6c458b02f19e58981a1344fe2a5c19..7712454eb2b06516c824a56f4e03d479e20f5e06:/src/OS/unsupported/Makefile-Darwin diff --git a/src/OS/unsupported/Makefile-Darwin b/src/OS/unsupported/Makefile-Darwin new file mode 100644 index 000000000..517bbc493 --- /dev/null +++ b/src/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