aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/libssh2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile
index 7d438bbaa..765ae38e2 100644
--- a/libs/libssh2/Makefile
+++ b/libs/libssh2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libssh2
PKG_VERSION:=1.9.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.libssh2.org/download
@@ -49,6 +49,7 @@ endef
CMAKE_OPTIONS += \
-DBUILD_SHARED_LIBS=ON \
+ -DBUILD_TESTING=OFF \
-DENABLE_ZLIB_COMPRESSION=ON \
-DCLEAR_MEMORY=ON