libssh: change ssl support from openssl to libgcrypt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-06 05:28:57 +01:00
parent 2f39104a8c
commit 7d7d92a929
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ mkdir -p build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_GCRYPT="ON" \
..
make

View File

@ -5,8 +5,8 @@ PKG_ARCH="any"
PKG_LICENSE="OpenSource"
PKG_SITE="http://www.libssh.org/"
PKG_URL="http://www.libssh.org/files/0.4/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="zlib openssl"
PKG_BUILD_DEPENDS="toolchain zlib openssl"
PKG_DEPENDS="zlib libgcrypt"
PKG_BUILD_DEPENDS="toolchain zlib libgcrypt"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="libssh: A working SSH implementation by means of a library"