mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
curl: change ssl support from openssl to gnutls
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -46,12 +46,12 @@ cd $PKG_BUILD
|
||||
--without-krb4 \
|
||||
--without-spnego \
|
||||
--without-gssapi \
|
||||
--with-ssl \
|
||||
--without-ssl \
|
||||
--with-zlib \
|
||||
--without-egd-socket \
|
||||
--enable-thread \
|
||||
--with-random=/dev/urandom \
|
||||
--without-gnutls \
|
||||
--with-gnutls="$SYSROOT_PREFIX/usr" \
|
||||
--without-polarssl \
|
||||
--without-nss \
|
||||
--with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \
|
||||
|
||||
@@ -5,8 +5,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://curl.haxx.se"
|
||||
PKG_URL="http://curl.haxx.se/download/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="zlib openssl rtmpdump"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib openssl rtmpdump"
|
||||
PKG_DEPENDS="zlib gnutls rtmpdump"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib gnutls rtmpdump"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="web"
|
||||
PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers"
|
||||
|
||||
Reference in New Issue
Block a user