On 7/2/26 00:55, Jim Fehlig via Devel wrote:
I've dusted off my old series that introduces an option to control building the monolithic libvirtd
https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/CM3HV...
Along with being rebased on current master, this V2 includes improvements I made while reading the patches again and running another round of build tests.
Jim Fehlig (3): build: Remove unused libvirtd_socket_unit_files build: Add option to control building libvirtd spec: Add option to control building monolithic libvirtd
docs/manpages/meson.build | 2 +- libvirt.spec.in | 18 +++++- meson.build | 6 +- meson_options.txt | 2 + src/remote/meson.build | 95 +++++++++++++++---------------- src/security/apparmor/meson.build | 5 +- tests/meson.build | 2 +- 7 files changed, 77 insertions(+), 53 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal