libssh: Disable documentation building

Documentation build process tries to use doxygen installed on host,
which may fail to build docs.

In order to avoid that, just disable documentation building altogether.
This commit is contained in:
Jernej Skrabec 2019-01-17 20:50:09 +01:00
parent e13717d7b9
commit 17aba9fcf1

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