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 @@ from the Cyrus IMAP project.")
 | 
			
		|||
    (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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue