curl: build against openssl, this fixes build on F15

Signed-off-by: Stephan Raue <stephan@x200t.openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-30 22:59:32 +02:00
parent 0a61fe912d
commit 14451d6eb4
2 changed files with 6 additions and 4 deletions

View File

@ -26,6 +26,8 @@
LDFLAGS="$LDFLAGS -lrt -lrtmp"
cd $PKG_BUILD
ac_cv_lib_rtmp_RTMP_Init=yes \
ac_cv_header_librtmp_rtmp_h=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -66,12 +68,12 @@ cd $PKG_BUILD
--without-krb4 \
--without-spnego \
--without-gssapi \
--without-ssl \
--with-ssl \
--with-zlib \
--without-egd-socket \
--enable-thread \
--with-random=/dev/urandom \
--with-gnutls="$SYSROOT_PREFIX/usr" \
--without-gnutls \
--without-polarssl \
--without-nss \
--with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \

View File

@ -25,8 +25,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 gnutls rtmpdump"
PKG_BUILD_DEPENDS="toolchain zlib gnutls rtmpdump"
PKG_DEPENDS="zlib openssl rtmpdump"
PKG_BUILD_DEPENDS="toolchain zlib openssl rtmpdump"
PKG_PRIORITY="optional"
PKG_SECTION="web"
PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers"