mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #2948 from vpeter4/libssh
libssh: explicitly disable Kerberos support
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
PKG_NAME="vfs.sftp"
|
||||
PKG_VERSION="e69acc9b7bd73e068697e3e02816ad074d301cce"
|
||||
PKG_SHA256="731a754584aa2f88f93fa7035a9ddca634fcd7a5da24fec48007c63d7487db0c"
|
||||
PKG_REV="2"
|
||||
PKG_REV="3"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://kodi.tv"
|
||||
|
||||
@@ -13,7 +13,7 @@ PKG_SECTION="network"
|
||||
PKG_SHORTDESC="libssh: A working SSH implementation by means of a library"
|
||||
PKG_LONGDESC="The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl)."
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-DWITH_STATIC_LIB=1 -DWITH_SERVER=OFF -DWITH_GCRYPT=OFF"
|
||||
PKG_CMAKE_OPTS_TARGET="-DWITH_STATIC_LIB=1 -DWITH_SERVER=OFF -DWITH_GCRYPT=OFF -DWITH_GSSAPI=OFF"
|
||||
|
||||
makeinstall_target() {
|
||||
# install static library only
|
||||
|
||||
Reference in New Issue
Block a user