mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
curl: update to curl-7.30.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1ef22aa109
commit
5b61391a1f
@ -23,7 +23,7 @@
|
||||
. config/options $1
|
||||
|
||||
# link against librt because of undefined reference to 'clock_gettime'
|
||||
LDFLAGS="$LDFLAGS -lrt -lm -lrtmp"
|
||||
export LIBS="-lrt -lm -lrtmp"
|
||||
|
||||
cd $PKG_BUILD
|
||||
ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="curl"
|
||||
PKG_VERSION="7.28.1"
|
||||
PKG_VERSION="7.30.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MIT"
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -Naur curl-7.28.1-old/configure.ac curl-7.28.1-new/configure.ac
|
||||
--- curl-7.28.1-old/configure.ac 2012-09-08 13:39:18.000000000 -0700
|
||||
+++ curl-7.28.1-new/configure.ac 2012-12-29 10:47:09.000000000 -0800
|
||||
@@ -35,7 +35,7 @@
|
||||
terms of the curl license; see COPYING for more details])
|
||||
|
||||
AC_CONFIG_SRCDIR([lib/urldata.h])
|
||||
-AM_CONFIG_HEADER(lib/curl_config.h include/curl/curlbuild.h)
|
||||
+AC_CONFIG_HEADERS(lib/curl_config.h include/curl/curlbuild.h)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_MAINTAINER_MODE
|
||||
|
@ -1,17 +0,0 @@
|
||||
diff -Naur curl-7.28.1/m4/curl-override.m4 curl-7.28.1.patch/m4/curl-override.m4
|
||||
--- curl-7.28.1/m4/curl-override.m4 2012-03-08 20:35:25.000000000 +0100
|
||||
+++ curl-7.28.1.patch/m4/curl-override.m4 2013-01-12 02:57:05.467821530 +0100
|
||||
@@ -88,13 +88,3 @@
|
||||
m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
|
||||
[CURL_CHECK_PATH_SEPARATOR
|
||||
m4_define([$0],[])])
|
||||
-
|
||||
-dnl Override Autoconf's AC_CONFIG_MACRO_DIR (DIR)
|
||||
-dnl -------------------------------------------------
|
||||
-dnl This is an emulation of Autoconf's 2.61 macro.
|
||||
-dnl This is done to use fixed macro across Autoconf
|
||||
-dnl versions, and avoid warnings from modern libtool
|
||||
-dnl which traces usage of this macro.
|
||||
-
|
||||
-AC_DEFUN([AC_CONFIG_MACRO_DIR],[:])
|
||||
-
|
Loading…
x
Reference in New Issue
Block a user