mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #3244 from jernejsk/libsshfix
libssh: Disable documentation building
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user