diff --git a/packages/web/curl/build b/packages/web/curl/build index 5d9ce6a2ab..d38aef2866 100755 --- a/packages/web/curl/build +++ b/packages/web/curl/build @@ -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" \ diff --git a/packages/web/curl/meta b/packages/web/curl/meta index 8bb13e8df2..f5b1061246 100644 --- a/packages/web/curl/meta +++ b/packages/web/curl/meta @@ -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"