mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 16:49:20 -05:00
switched libssh to 0.5.4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6187 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
22782e5edd
commit
579b04db05
1 changed files with 3 additions and 3 deletions
|
|
@ -144,7 +144,7 @@ introserver {
|
|||
|
||||
|
||||
sshserver {
|
||||
LIBSSH_DIR = ../../../../libssh-0.5.2
|
||||
LIBSSH_DIR = ../../../../libssh-0.5.4
|
||||
|
||||
# This Requires libssh-0.5.* to compile.
|
||||
# Modify path below to point at it.
|
||||
|
|
@ -164,7 +164,7 @@ sshserver {
|
|||
|
||||
win32 {
|
||||
DEFINES *= LIBSSH_STATIC
|
||||
LIBSSH_DIR = ../../../libssh-0.5.2
|
||||
LIBSSH_DIR = ../../../libssh-0.5.4
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$LIBSSH_DIR/include/
|
||||
|
|
@ -173,7 +173,7 @@ sshserver {
|
|||
LIBS += -lssh
|
||||
LIBS += -lssh_threads
|
||||
} else {
|
||||
SSH_OK = $$system(pkg-config --atleast-version 0.5.2 libssh && echo yes)
|
||||
SSH_OK = $$system(pkg-config --atleast-version 0.5.4 libssh && echo yes)
|
||||
isEmpty(SSH_OK) {
|
||||
exists($$LIBSSH_DIR/build/src/libssh.a):exists($$LIBSSH_DIR/build/src/threads/libssh_threads.a) {
|
||||
LIBS += $$LIBSSH_DIR/build/src/libssh.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue