summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorDenis OSTERLAND <denis.osterland@diehl.com>2017-08-07 09:27:51 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-28 11:32:04 +0200
commitbea075ac839499e42f6c95dae25dfb4fa683e797 (patch)
tree99dacc2152b212f129e5c5875f4286a3e960bba0 /rules
parentae9bd4ce1ee8fd1604e4c84e9959d2b92aae6586 (diff)
downloadptxdist-bea075ac839499e42f6c95dae25dfb4fa683e797.tar.gz
ptxdist-bea075ac839499e42f6c95dae25dfb4fa683e797.tar.xz
libssh2: version bump 1.2.4 -> 1.8.0.
Add configure command-line options. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> [mol: resort configure options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libssh2.make22
1 files changed, 18 insertions, 4 deletions
diff --git a/rules/libssh2.make b/rules/libssh2.make
index d683c6718..72ff0f348 100644
--- a/rules/libssh2.make
+++ b/rules/libssh2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBSSH2) += libssh2
#
# Paths and names
#
-LIBSSH2_VERSION := 1.2.4
-LIBSSH2_MD5 := 4d65a66d5f232e5bb1d05b311e43d46d
+LIBSSH2_VERSION := 1.8.0
+LIBSSH2_MD5 := 3d1147cae66e2959ea5441b183de1b1c
LIBSSH2 := libssh2-$(LIBSSH2_VERSION)
LIBSSH2_SUFFIX := tar.gz
LIBSSH2_URL := http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
@@ -36,9 +36,23 @@ LIBSSH2_ENV := $(CROSS_ENV)
#
LIBSSH2_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
- --with-libz-prefix=$(SYSROOT)/usr \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-rpath \
+ --enable-crypt-none \
+ --enable-mac-none \
+ --disable-gex-new \
+ --disable-clear-memory \
+ --enable-debug \
+ --enable-hidden-symbols \
+ --enable-examples-build \
+ --with-openssl \
+ --without-libgcrypt \
+ --without-wincng \
+ --without-mbedtls \
+ --with-libz \
--with-libssl-prefix=$(SYSROOT)/usr \
- --with-openssl
+ --with-libz-prefix=$(SYSROOT)/usr
+
# ----------------------------------------------------------------------------
# Target-Install