[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ‘gnutls-cli’ should be linked against libgcrypt
From: |
Simon Josefsson |
Subject: |
Re: ‘gnutls-cli’ should be linked against libgcrypt |
Date: |
Mon, 09 Nov 2009 15:46:43 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
address@hidden (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