From eb8d8ce8dcfdd8c1c6f97e27944b1c14e59105c6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 16 Dec 2010 01:54:53 +0100 Subject: [PATCH] curl: update to curl-7.21.3 Signed-off-by: Stephan Raue --- packages/web/curl/build | 2 +- packages/web/curl/meta | 2 +- ...ns_multi.patch => curl-7.21.3-0108-threaded_dns_multi.patch} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename packages/web/curl/patches/{curl-7.21.2-0108-threaded_dns_multi.patch => curl-7.21.3-0108-threaded_dns_multi.patch} (100%) diff --git a/packages/web/curl/build b/packages/web/curl/build index f3d998d492..360caeec24 100755 --- a/packages/web/curl/build +++ b/packages/web/curl/build @@ -57,7 +57,7 @@ cd $PKG_BUILD --with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \ --without-ca-path \ --without-libssh2 \ - --with-librtmp \ + --with-librtmp="$SYSROOT_PREFIX/usr" \ --without-libidn \ make diff --git a/packages/web/curl/meta b/packages/web/curl/meta index cf29701aef..a1e8b96da9 100644 --- a/packages/web/curl/meta +++ b/packages/web/curl/meta @@ -1,5 +1,5 @@ PKG_NAME="curl" -PKG_VERSION="7.21.2" +PKG_VERSION="7.21.3" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="MIT" diff --git a/packages/web/curl/patches/curl-7.21.2-0108-threaded_dns_multi.patch b/packages/web/curl/patches/curl-7.21.3-0108-threaded_dns_multi.patch similarity index 100% rename from packages/web/curl/patches/curl-7.21.2-0108-threaded_dns_multi.patch rename to packages/web/curl/patches/curl-7.21.3-0108-threaded_dns_multi.patch