‘gnutls-cli’ should be linked against libgcrypt

View: New views
2 Messages — Rating Filter:   Alert me  

‘gnutls-cli’ should be linked against libgcrypt

by Ludovic Courtès-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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,
Ludo’.

[0] http://hydra.nixos.org/job/nixpkgs/trunk/gnutls/all



_______________________________________________
Gnutls-devel mailing list
Gnutls-devel@...
http://lists.gnu.org/mailman/listinfo/gnutls-devel

Re: ‘gnutls-cli’ should be linked against libgcrypt

by Simon Josefsson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ludo@... (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


_______________________________________________
Gnutls-devel mailing list
Gnutls-devel@...
http://lists.gnu.org/mailman/listinfo/gnutls-devel