diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-08-27 17:14:22 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-08-27 17:15:13 -0700 |
commit | a447e1c6b2dac374bbd8b84554d994628f897453 (patch) | |
tree | bc1cc28a80ace5e6fad93c08f67846592c0affdd /libs/libssh2 | |
parent | 9c43805ae5df1684f69246cd045ebebac6fe8dc8 (diff) |
libssh2: Don't build tests
Speeds up build and fixes OpenSSL support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libssh2')
-rw-r--r-- | libs/libssh2/Makefile | 3 |
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 |