Leo Famulari writes: > [ Unknown signature status ] > On Thu, Sep 15, 2016 at 09:54:17PM +0000, ng0 wrote: >> This patch adds gloox, a dependency for 0ad needs for their "lobby" >> feature. Gentoo builds it with libressl without any patches applied, >> they had a long discussion and are very strict in their testing, looking >> at the tests comparing libressl and openssl builds I did there was no >> failure and if it won't work I'll notice with 0ad. I'm positive that it >> works. > >> Subject: [PATCH] gnu: Add gloox. >> >> * gnu/packages/messaging.scm (gloox): New variable. > >> + (inputs >> + `(("libidn" ,libidn) >> + ("gnutls" ,gnutls) >> + ("libressl" ,libressl) >> + ("zlib" ,zlib))) > > I don't think this package is using libressl: GnuTls cancels openssl or libressl out. When I had --with-openssl=build-input of libressl/openssl set it had no effect. Updated patch attached.