mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
curl: update to curl-7.21.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9e5edb70b2
commit
c8c73a370c
@ -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 \
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user