On Wed, Jul 3, 2019 at 9:27 PM Radostin Stoyanov <rstoyanov1(a)gmail.com> wrote:
$ grep -R LIBVIRTD_CONFIGURATION_FILE .
./docs/news-2013.html.in: Fix LIBVIRTD_CONFIGURATION_FILE constant
(Christophe Fergeau),<br/>
./src/remote/remote_daemon.c: LIBVIRTD_CONFIGURATION_FILE,
and make fails with:
CC xenconfig/libvirt_xenconfig_libxl_la-xen_sxpr.lo
remote/remote_daemon.c: In function 'daemonUsage':
remote/remote_daemon.c:917:17: error: 'LIBVIRTD_CONFIGURATION_FILE'
undeclared (first use in this function)
917 | LIBVIRTD_CONFIGURATION_FILE,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
There's a patch for that in the list:
https://www.redhat.com/archives/libvir-list/2019-July/msg00136.html
[snip]