Hi Christian, Does GNUnet use openssl while building or is it used only during `make check`?
Sree On 02/03/2014 11:57 PM, Ludovic Courtès wrote: > Andreas Enge <andr...@enge.fr> skribis: > >> > On Fri, Jan 31, 2014 at 05:05:37PM +0100, Ludovic Courtès wrote: >>> >> Note for upstream: It would be great to use GnuTLS instead of OpenSSL, >>> >> especially given that OpenSSL’s license may be incompatible with the GPL >>> >> in this case. >> > >> > From my trials, I think openssl is used only for "make check". >> > So it should probably pass into native-inputs. >> > >>> >> Could you check with ‘guix gc --references $(guix build gnunet)’ if the >>> >> reference on OpenSSL is retained? If not, that’s fine, but otherwise >>> >> that’s not cool. >> > >> > There is no reference to openssl left. > OK, thanks for testing. Then indeed, OpenSSL can be moved to > ‘native-inputs’ (it won’t be used when cross-compiling anyway, right?). > > Ludo’.