From b9496f5dd711e8c5ce9894489b103dba651989bd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 3 Jun 2013 19:47:49 +0200 Subject: [PATCH] gnutls: disable cryptodev support, fails to build with gnutls-3.2 Signed-off-by: Stephan Raue --- packages/security/gnutls/build | 8 ++------ packages/security/gnutls/meta | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/security/gnutls/build b/packages/security/gnutls/build index e691d101fd..5315bfc00d 100755 --- a/packages/security/gnutls/build +++ b/packages/security/gnutls/build @@ -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 diff --git a/packages/security/gnutls/meta b/packages/security/gnutls/meta index d46c247fc8..584ac506a7 100644 --- a/packages/security/gnutls/meta +++ b/packages/security/gnutls/meta @@ -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"