Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
By default the ebuild for exim allows to choose support for OpenSSL only However, the exim can be compiled with an added support for GNUTLS. Reproducible: Always Steps to Reproduce: 1. 2. 3. In order to compile support for GNUTLS instead of the OpenSSL, the following lines have to be substituted in the exim ebuild file, providing that the gnutls package is installed in the system. if use ssl; then sed -i \ -e "s:# \(SUPPORT_TLS=yes\):\1:" \ -e "s:# \(USE_GNUTLS=yes\):\1:" \ -e "s:# \(TLS_LIBS=-lgnutls -ltasn1 -lgcrypt\):\1:" Local/Makefile fi I would suggest make use of an existing gnutls flag, and adding the above lines into the exim's ebuild.
Mass re-assign, maintainer to whom this bug was assigned seems inactive.
This wil be available in exim-4.54. use flag is gnutls. C
closing bug