Re: build broken with --enable-gcrypt

2020-08-28 Thread Daniel P . Berrangé
On Thu, Aug 27, 2020 at 02:18:46PM -0700, Richard Henderson wrote: > The meson conversion seems to have not been properly accomplished for the > gcrypt option: we fail to link against -lgcrypt. > > I tried aping the nettle bits, like the following, but it has no effect. I > don't understand how t

build broken with --enable-gcrypt

2020-08-27 Thread Richard Henderson
The meson conversion seems to have not been properly accomplished for the gcrypt option: we fail to link against -lgcrypt. I tried aping the nettle bits, like the following, but it has no effect. I don't understand how the "nettle" token works, honestly, since it doesn't appear to be used at all.