mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3244 from jernejsk/libsshfix
libssh: Disable documentation building
This commit is contained in:
commit
9078faebb0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user