mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
||||
(list bdb
|
||||
libevent
|
||||
libressl ; recommended, and supports e.g. ECDSA
|
||||
linux-pam
|
||||
openssl ; XXX recommended libressl segfaults
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list bison groff)) ; for man pages
|
||||
|
|
Loading…
Reference in a new issue