Disable GSS/KRB5 support

Kerberos support in FreeRDP is not working, deactivate it. Fixes #5930
This commit is contained in:
Armin Novak 2020-03-02 08:43:59 +01:00
parent 347055492e
commit 6c0a54b1f6

View File

@ -123,7 +123,7 @@ cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}/.source_version
%if 0%{?fedora} < 21 || 0%{?rhel} < 8 %if 0%{?fedora} < 21 || 0%{?rhel} < 8
-DWITH_WAYLAND=OFF \ -DWITH_WAYLAND=OFF \
%endif %endif
-DWITH_GSSAPI=ON \ -DWITH_GSSAPI=OFF \
-DCHANNEL_URBDRC=ON \ -DCHANNEL_URBDRC=ON \
-DCHANNEL_URBDRC_CLIENT=ON \ -DCHANNEL_URBDRC_CLIENT=ON \
-DWITH_SERVER=ON \ -DWITH_SERVER=ON \