OpenBSD: use ndbm for hints DBs
[exim.git] / src / OS / Makefile-OpenBSD
index 1855e55bde9f826b5d8c03c7dc8d14c631b45d04..6976326824df2ce07eb2596fe30b1b02a733c687 100644 (file)
@@ -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
@@ -23,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