projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed0bc17
)
libssh2: Don't build tests
author
Rosen Penev
<rosenp@gmail.com>
Wed, 28 Aug 2019 00:14:22 +0000
(17:14 -0700)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sat, 19 Oct 2019 22:31:52 +0000
(
00:31
+0200)
Speeds up build and fixes OpenSSL support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from commit
a447e1c6b2dac374bbd8b84554d994628f897453
)
libs/libssh2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libssh2/Makefile
b/libs/libssh2/Makefile
index 7d438bbaaeb042eca0db5fe7bbc6368475c24cca..765ae38e2d9082a8eb4f88857b152a272acf64b6 100644
(file)
--- 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