X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f096bcccb8e4c9ba57d128c2f08c52f7dc94e07d..7d5055276a22a91de71104775ade236051cebefc:/src/OS/Makefile-OpenBSD diff --git a/src/OS/Makefile-OpenBSD b/src/OS/Makefile-OpenBSD index 1855e55bd..7c451e2cc 100644 --- a/src/OS/Makefile-OpenBSD +++ b/src/OS/Makefile-OpenBSD @@ -1,4 +1,5 @@ # Exim: OS-specific make file for OpenBSD +# Copyright (c) The Exim Maintainers 2022 CHOWN_COMMAND=/usr/sbin/chown CHGRP_COMMAND=/usr/sbin/chgrp @@ -22,8 +23,9 @@ EXIWHAT_EGREP_ARG='/exim( |$$)' EXIWHAT_KILL_SIGNAL=-USR1 HAVE_IPV6=YES +CFLAGS += -DNO_EXECINFO -# OpenBSD always ships with Berkeley DB -USE_DB=yes +# OpenBSD ships with a too-old Berkeley DB. NDBM is the default if we don't specify one. +#USE_DB=yes # End