libssh2: dont build shared library

revert to not shared library:
- 896154bc17
This commit is contained in:
Rudi Heitbaum 2023-07-30 14:01:23 +00:00
parent 00d53d70d2
commit 6aae64151d

View File

@ -12,4 +12,5 @@ PKG_LONGDESC="A library implementing the SSH2 protocol"
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="-DBUILD_EXAMPLES=OFF \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_TESTING=OFF"