curl: update to curl-7.21.2

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-14 12:15:32 +02:00
parent 9e5edb70b2
commit c8c73a370c
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
. config/options $1 . config/options $1
# link against librt because of undefined reference to 'clock_gettime' # link against librt because of undefined reference to 'clock_gettime'
LDFLAGS="$LDFLAGS -lrt" LDFLAGS="$LDFLAGS -lrt -lrtmp"
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
@ -30,6 +30,7 @@ cd $PKG_BUILD
--disable-pop3 \ --disable-pop3 \
--disable-imap \ --disable-imap \
--disable-smtp \ --disable-smtp \
--disable-gophper \
--disable-manual \ --disable-manual \
--enable-libgcc \ --enable-libgcc \
--disable-ipv6 \ --disable-ipv6 \

View File

@ -1,5 +1,5 @@
PKG_NAME="curl" PKG_NAME="curl"
PKG_VERSION="7.21.1" PKG_VERSION="7.21.2"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"