mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gnutls: fix build, build lib and libextra seperate, dont build openssl compat support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ccdabee30e
commit
448a87cacd
@ -7,7 +7,7 @@
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_libz=yes \
|
||||
cd lib
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
@ -15,18 +15,10 @@ ac_cv_libz=yes \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-cxx \
|
||||
--enable-openssl-compatibility \
|
||||
--disable-guile \
|
||||
--with-included-opencdk \
|
||||
--with-included-libtasn1 \
|
||||
--with-lzo \
|
||||
--with-included-libcfg \
|
||||
--without-libreadline-prefix \
|
||||
--with-libz-prefix="$SYSROOT_PREFIX/usr" \
|
||||
--with-libgcrypt-prefix="$SYSROOT_PREFIX/usr" \
|
||||
--disable-gtk-doc \
|
||||
--disable-gtk-doc-html \
|
||||
--disable-gtk-doc-pdf \
|
||||
--disable-nls \
|
||||
--with-gnu-ld
|
||||
|
||||
@ -34,3 +26,22 @@ ac_cv_libz=yes \
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
|
||||
cd ../libextra
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-included-libtasn1 \
|
||||
--with-lzo \
|
||||
--with-libgcrypt-prefix="$SYSROOT_PREFIX/usr" \
|
||||
--with-gnu-ld
|
||||
|
||||
# --enable-openssl-compatibility \
|
||||
# --enable-cryptodev \ # TODO: add later
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
|
@ -5,8 +5,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://www.gnutls.org/"
|
||||
PKG_URL="ftp://ftp.gnutls.org/pub/gnutls/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="zlib libgcrypt"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib libgcrypt"
|
||||
PKG_DEPENDS="zlib lzo libgcrypt"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib lzo libgcrypt"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="security"
|
||||
PKG_SHORTDESC="gnutls: Development Library for TLS applications"
|
||||
|
Loading…
x
Reference in New Issue
Block a user