Dan Kenigsberg has submitted this change and it was merged. Change subject: Packaging: libvirt plugin of selinux and sanlock usage is configurable at build time ......................................................................
Packaging: libvirt plugin of selinux and sanlock usage is configurable at build time VDSM makes use of these two plugins. However on platform such as Ubuntu, libvirt is compiled without selinux and sanlock plugin. In this patch we make these plugins configurable at build time by --enable-libvirt-selinux --enable-libvirt-sanlock By default they are both enabled. Because of non standard use of substitution (not using AC_OUTPUT) the scripts that are effected will not be regenerated unless make clean is called, out of the scope of this patch. Change-Id: I0953942999e5e77054c3c8f4f2b48e9cfd31fa61 Signed-off-by: Zhou Zheng Sheng <[email protected]> Signed-off-by: Alon Bar-Lev <[email protected]> Reviewed-on: http://gerrit.ovirt.org/18921 Reviewed-by: Dan Kenigsberg <[email protected]> Tested-by: Dan Kenigsberg <[email protected]> --- M configure.ac M lib/vdsm/tool/libvirt_configure.sh.in 2 files changed, 30 insertions(+), 3 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/18921 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0953942999e5e77054c3c8f4f2b48e9cfd31fa61 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
