libssh: explicitly disable Kerberos support

In case krb5 package is build before libssh then libssh is build with Kerberos support. But later addons using libssh doesn't have required libraries and fail to start.
This commit is contained in:
vpeter4 2018-09-02 08:27:42 +02:00
parent 172594232b
commit 58810b3953
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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