gnutls: disable cryptodev support, fails to build with gnutls-3.2

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-03 19:47:49 +02:00
parent ee2ea948e3
commit b9496f5dd7
2 changed files with 4 additions and 8 deletions

View File

@ -31,7 +31,6 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--enable-hardware-acceleration \
--enable-cryptodev \
--enable-openssl-compatibility \
--without-p11-kit \
--with-included-libtasn1 \
@ -46,14 +45,11 @@ cd $PKG_BUILD
--disable-valgrind-tests \
--with-gnu-ld
# --enable-extra-pki \
# --enable-srp-authentication \
# --enable-anon-authentication \
# --disable-psk-authentication=yes \
# --disable-openpgp-authentication=yes \
# --enable-cryptodev \
make -C gl
make -C lib
make -C extra
$MAKEINSTALL -C lib
$MAKEINSTALL -C extra

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.gnutls.org/"
PKG_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="cryptodev-linux zlib"
PKG_BUILD_DEPENDS="toolchain cryptodev-linux zlib nettle"
PKG_DEPENDS="zlib"
PKG_BUILD_DEPENDS="toolchain zlib nettle"
PKG_PRIORITY="optional"
PKG_SECTION="security"
PKG_SHORTDESC="gnutls: Development Library for TLS applications"