mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #12935 from romildo/fix-opensmtp
opensmtpd: compile with support for 'db' tables
This commit is contained in:
commit
2ce19d0ba4
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue