Merge pull request #3244 from jernejsk/libsshfix

libssh: Disable documentation building
This commit is contained in:
CvH
2019-01-17 21:29:51 +01:00
committed by GitHub

View File

@@ -14,7 +14,8 @@ PKG_LONGDESC="Library for accessing ssh client services through C libraries."
PKG_CMAKE_OPTS_TARGET="-DWITH_STATIC_LIB=1 \
-DWITH_SERVER=OFF \
-DWITH_GCRYPT=OFF \
-DWITH_GSSAPI=OFF"
-DWITH_GSSAPI=OFF \
-DWITH_INTERNAL_DOC=OFF"
makeinstall_target() {
# install static library only