SHA256
1
0
forked from pool/freerdp

Accepting request 563656 from home:weberho:branches:X11:RemoteDesktop

Users can connect only once wo windows sessions due to #gh/FreeRDP/FreeRDP/4348. Therefore WITH_GSSAPI has been disabled until that issue has been solved.

OBS-URL: https://build.opensuse.org/request/show/563656
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=68
This commit is contained in:
Tomáš Chvátal 2018-01-11 16:36:03 +00:00 committed by Git OBS Bridge
parent 54b3e1d6f4
commit fc0310793a
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 11 08:10:58 UTC 2018 - jweberhofer@weberhofer.at
- Users can connect only once wo windows sessions due to
#gh/FreeRDP/FreeRDP/4348
Therefore WITH_GSSAPI has been disabled until that issue has been
solved
-------------------------------------------------------------------
Thu Nov 30 15:56:24 UTC 2017 - jweberhofer@weberhofer.at

View File

@ -1,7 +1,7 @@
#
# spec file for package freerdp
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ Release: 0
Summary: Remote Desktop Viewer Client
License: Apache-2.0
Group: Productivity/Networking/Other
Url: http://www.freerdp.com/
URL: http://www.freerdp.com/
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version_file}.tar.gz#/FreeRDP-%{version_file}.tar.gz
BuildRequires: chrpath
BuildRequires: cmake >= 2.8
@ -150,6 +150,8 @@ use the uwac library.
find . -type f -name "*.c" -exec perl -i -pe 's{__(DATE|TIME)__}{""}g' "{}" "+"
export LDFLAGS="-pie"
export CFLAGS="%{optflags} -fPIE -pie"
# enable -DWITH_GSSAPI=ON again after #gh/FreeRDP/FreeRDP/4348 has been fixed
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
@ -168,7 +170,6 @@ export CFLAGS="%{optflags} -fPIE -pie"
-DWITH_FFMPEG=OFF \
-DWITH_GSM=ON \
-DWITH_GSTREAMER_1_0=ON \
-DWITH_GSSAPI=ON \
-DWITH_ICU=ON \
-DWITH_IPP=OFF \
-DWITH_JPEG=ON \