diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-30 15:57:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-30 15:57:18 +0100 |
commit | 48ea675fee2d5fee8d33c525e28727b69114cfce (patch) | |
tree | b7dcb5b11231df01ae034b0fc4ee193d713c3582 /src/OS/Makefile-OpenBSD | |
parent | 204a7a2c2e8601558905dc34c576a627045a9f21 (diff) |
Fix build on BSDs & Solaris
Broken-by: 204a7a2c2e
Diffstat (limited to 'src/OS/Makefile-OpenBSD')
-rw-r--r-- | src/OS/Makefile-OpenBSD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/Makefile-OpenBSD b/src/OS/Makefile-OpenBSD index 697632682..7c451e2cc 100644 --- a/src/OS/Makefile-OpenBSD +++ b/src/OS/Makefile-OpenBSD @@ -23,6 +23,7 @@ EXIWHAT_EGREP_ARG='/exim( |$$)' EXIWHAT_KILL_SIGNAL=-USR1 HAVE_IPV6=YES +CFLAGS += -DNO_EXECINFO # OpenBSD ships with a too-old Berkeley DB. NDBM is the default if we don't specify one. #USE_DB=yes |