opensmtpd: fix some configure options (#15742)
This commit is contained in:
parent
a487cacef4
commit
aa4e1093c5
@ -37,15 +37,15 @@ stdenv.mkDerivation rec {
|
|||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-mantype=doc"
|
"--with-mantype=doc"
|
||||||
"--with-pam"
|
"--with-auth-pam"
|
||||||
"--without-bsd-auth"
|
"--without-auth-bsdauth"
|
||||||
"--with-sock-dir=/run"
|
"--with-path-socket=/run"
|
||||||
"--with-user-smtpd=smtpd"
|
"--with-user-smtpd=smtpd"
|
||||||
"--with-user-queue=smtpq"
|
"--with-user-queue=smtpq"
|
||||||
"--with-group-queue=smtpq"
|
"--with-group-queue=smtpq"
|
||||||
"--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
|
"--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt"
|
||||||
"--with-libevent-dir=${libevent.dev}"
|
"--with-libevent=${libevent.dev}"
|
||||||
"--enable-table-db"
|
"--with-table-db"
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user