[X2Go-Commits] [x2goclient] 01/03: x2goclient.pro: add libssh_threads library.

git-admin at x2go.org git-admin at x2go.org
Sat Sep 9 05:44:34 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 4a3f7fe7ef56448303ca0174c41146cf826e46b2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Sep 9 05:34:23 2017 +0200

    x2goclient.pro: add libssh_threads library.
    
    We need this since X2Go Client is multi-threaded.
---
 debian/changelog | 2 ++
 x2goclient.pro   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ed36f0..434c3be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -184,6 +184,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
       place and why it's so complicated.
     - src/sshmasterconnection: ignore "garbage", but require at least one line
       to start with a known challenge auth prompt. Fixes: #966.
+    - x2goclient.pro: add libssh_threads library. We need this since X2Go
+      Client is multi-threaded.
   * x2goclient.spec:
     - Respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info
       issues.
diff --git a/x2goclient.pro b/x2goclient.pro
index a1174f2..71935e2 100644
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -132,7 +132,7 @@ SOURCES += src/sharewidget.cpp \
            src/compat.cpp \
            src/pulsemanager.cpp
 
-LIBS += -lssh
+LIBS += -lssh -lssh_threads
 win32:LIBS += -lAdvAPI32 -lshell32 -lUser32
 
 plugin {

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list