Merge pull request #12935 from romildo/fix-opensmtp
opensmtpd: compile with support for 'db' tables
This commit is contained in:
commit
2ce19d0ba4
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-queue-user=smtpq"
|
||||
"--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
|
||||
"--with-libevent-dir=${libevent}"
|
||||
"--enable-table-db"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user