diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2015-10-01 21:30:48 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-02 16:41:02 +0200 |
| commit | 0c30b838bc8eb2072eac2aa940e85e458d3b0cb7 (patch) | |
| tree | b296d9be02e8d7087266fbf67738be56e64d26f0 /package/libssh/libssh.mk | |
| parent | 2b44749e9625d17eed450841c9c0cc85ac646129 (diff) | |
| download | buildroot-0c30b838bc8eb2072eac2aa940e85e458d3b0cb7.tar.gz buildroot-0c30b838bc8eb2072eac2aa940e85e458d3b0cb7.zip | |
libssh: bump to version 0.7.2
Also, require threads support. cmake detects threads support correctly, but
libssh build system uses this information incorrectly.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libssh/libssh.mk')
| -rw-r--r-- | package/libssh/libssh.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk index cd537b04fc..d425ff0b74 100644 --- a/package/libssh/libssh.mk +++ b/package/libssh/libssh.mk @@ -4,9 +4,9 @@ # ################################################################################ -LIBSSH_VERSION = 0.7.1 +LIBSSH_VERSION = 0.7.2 LIBSSH_SOURCE = libssh-$(LIBSSH_VERSION).tar.xz -LIBSSH_SITE = https://red.libssh.org/attachments/download/154 +LIBSSH_SITE = https://red.libssh.org/attachments/download/177 LIBSSH_LICENSE = LGPLv2.1 LIBSSH_LICENSE_FILES = COPYING LIBSSH_INSTALL_STAGING = YES |

