mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libssh: build without server support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5a42541dc9
commit
19a9555511
@ -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