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:
csoler 2013-03-04 22:09:10 +00:00
parent 22782e5edd
commit 579b04db05

View File

@ -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