mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: opensmtpd: Build with OpenSSL.
When building with libressl, smtpd will silently segfault in libtls.so. * gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with openssl.
This commit is contained in:
parent
902a48e0d3
commit
023ff65146
1 changed files with 1 additions and 1 deletions
|
@ -3187,8 +3187,8 @@ (define-public opensmtpd
|
||||||
(inputs
|
(inputs
|
||||||
(list bdb
|
(list bdb
|
||||||
libevent
|
libevent
|
||||||
libressl ; recommended, and supports e.g. ECDSA
|
|
||||||
linux-pam
|
linux-pam
|
||||||
|
openssl ; XXX recommended libressl segfaults
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison groff)) ; for man pages
|
(list bison groff)) ; for man pages
|
||||||
|
|
Loading…
Reference in a new issue