mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libssh: build without server support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
209537a1f4
commit
af0a6a5a74
@ -42,7 +42,9 @@ PKG_AUTORECONF="no"
|
||||
configure_target() {
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DWITH_STATIC_LIB=1 -DWITH_GCRYPT="ON" \
|
||||
-DWITH_STATIC_LIB=1 \
|
||||
-DWITH_SERVER="OFF" \
|
||||
-DWITH_GCRYPT="ON" \
|
||||
..
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user