mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
curl: change ssl support from openssl to gnutls
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f587450c0f
commit
74e4f6cedd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user