‘gnutls-cli’ should be linked against libgcrypt
Simon Josefsson
simon at josefsson.org
Mon Nov 9 15:46:43 CET 2009
ludo at gnu.org (Ludovic Courtès) writes:
> Hello!
>
> I just compiled GnuTLS 2.8.5 for NixOS [0]. Unless I’m mistaken,
> ‘gnutls-cli’ must now explicitly be linked against libgcrypt since it’s
> a direct dependency:
>
> -gnutls_cli_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la
> +gnutls_cli_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la -lgcrypt
Thanks, I happened to fix this recently on master but I backported it to
2.8.x now.
/Simon
More information about the Gnutls-devel
mailing list