mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libssh: simplyfing cmake configuration
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f2ffd1b3de
commit
8a73d1d262
@ -32,14 +32,7 @@ PKG_LONGDESC="The ssh library was designed to be used by programmers needing a w
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
configure_target() {
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DWITH_STATIC_LIB=1 \
|
||||
-DWITH_SERVER="OFF" \
|
||||
-DWITH_GCRYPT="OFF" \
|
||||
..
|
||||
}
|
||||
PKG_CMAKE_OPTS_TARGET="-DWITH_STATIC_LIB=1 -DWITH_SERVER=OFF -DWITH_GCRYPT=OFF"
|
||||
|
||||
makeinstall_target() {
|
||||
# install static library only
|
||||
|
Loading…
x
Reference in New Issue
Block a user