mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gnutls: disable cryptodev support, fails to build with gnutls-3.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2479b0ca24
commit
51853b5a70
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user