summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-02-26 20:37:43 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-02-26 20:37:43 +0000
commit80f8efd4afc51a57321f241c90eed78975cb1c90 (patch)
treeff899c327a8b4b62a99c5b7836758dc1e8ec7ae0 /src
parentc546a9e42d0d8119a2e531bae79aebebf6a49063 (diff)
OpenBSD: use ndbm for hints DBs
Diffstat (limited to 'src')
-rw-r--r--src/OS/Makefile-OpenBSD6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OS/Makefile-OpenBSD b/src/OS/Makefile-OpenBSD
index 8f408793f..697632682 100644
--- a/src/OS/Makefile-OpenBSD
+++ b/src/OS/Makefile-OpenBSD
@@ -1,5 +1,5 @@
# Exim: OS-specific make file for OpenBSD
-# Copyright (c) The Exim Maintainers 2020
+# Copyright (c) The Exim Maintainers 2022
CHOWN_COMMAND=/usr/sbin/chown
CHGRP_COMMAND=/usr/sbin/chgrp
@@ -24,7 +24,7 @@ EXIWHAT_KILL_SIGNAL=-USR1
HAVE_IPV6=YES
-# 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