git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c546a9e
)
OpenBSD: use ndbm for hints DBs
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 26 Feb 2022 20:37:43 +0000
(20:37 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 26 Feb 2022 20:37:43 +0000
(20:37 +0000)
src/OS/Makefile-OpenBSD
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-OpenBSD
b/src/OS/Makefile-OpenBSD
index 8f408793feccc8ca5f538dea83821df91e955666..6976326824df2ce07eb2596fe30b1b02a733c687 100644
(file)
--- 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 202
0
+# Copyright (c) The Exim Maintainers 202
2
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