On Wed, Oct 28, 2020 at 12:30:35PM +0000, Daniel P. Berrangé wrote:
RHEL builds disable libssh2, and build root lack libssh2-devel. The
RPM
build fails though because meson looks for libssh2 and has it set to
"enabled", not "auto" or "disabled".
Daniel P. Berrangé (2):
rpm: remove with_bash_completion condition
rpm: tell meson whether to use libssh or libssh2 explicitly
libvirt.spec.in | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>