
1 Sep
2020
1 Sep
'20
4:41 a.m.
On 9/1/20 10:19 AM, Roman Bogorodskiy wrote:
Michal Privoznik wrote:
On 9/1/20 5:20 AM, Roman Bogorodskiy wrote:
WITH_BSD_NSS value is properly set:
$ grep WITH_BSD_NSS build/meson-config.h #define WITH_BSD_NSS 1 $
Ah, I think this is the problem. In libvirt_nss.c we check for HAVE_BSD_NSS. Can you please check if something like this fixes the problem:
Oh, I've overlooked WITH vs HAVE.
Yes, the suggested patch fixes the problem, thanks.
Okay, will post it as a patch in a minute. Michal