mirror of https://gitee.com/openkylin/libvirt.git
mingw: unconditionally enable libssh2 in RPM
The libssh2 support in libvirt is not solely for phyp, it is used by the remote driver too. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a7e60cb974
commit
f560ea0377
|
@ -85,10 +85,8 @@ BuildRequires: gettext-devel
|
|||
BuildRequires: libtool
|
||||
%endif
|
||||
|
||||
%if %{with_phyp}
|
||||
BuildRequires: mingw32-libssh2
|
||||
BuildRequires: mingw64-libssh2
|
||||
%endif
|
||||
%if %{with_esx}
|
||||
BuildRequires: mingw32-curl
|
||||
BuildRequires: mingw64-curl
|
||||
|
|
Loading…
Reference in New Issue