curl: change ssl support from openssl to gnutls

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-06 01:48:49 +01:00
parent f587450c0f
commit 74e4f6cedd
2 changed files with 4 additions and 4 deletions

View File

@ -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" \

View File

@ -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"