From 579b04db054c0ba71f5c40f8ea1bf0830fcf3632 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 4 Mar 2013 22:09:10 +0000 Subject: [PATCH] switched libssh to 0.5.4 git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6187 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-nogui/src/retroshare-nogui.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 5cc6c72aa..2a1572163 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -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