summaryrefslogtreecommitdiffstats
path: root/rules/c-ares.make
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-05-30 18:39:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-31 11:28:53 +0200
commitd3e729ff2c2a12a834c8f65ad8d2d76a38c57899 (patch)
tree5fc6cd6eb23f22f01204eab1d9d41d180f91843d /rules/c-ares.make
parent2ebc9b21d73a78716b860c3b9505008e61a76232 (diff)
downloadptxdist-d3e729ff2c2a12a834c8f65ad8d2d76a38c57899.tar.gz
ptxdist-d3e729ff2c2a12a834c8f65ad8d2d76a38c57899.tar.xz
c-ares: version bump 1.10.0 -> 1.14.0
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> [mol: add some more configure options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/c-ares.make')
-rw-r--r--rules/c-ares.make9
1 files changed, 7 insertions, 2 deletions
diff --git a/rules/c-ares.make b/rules/c-ares.make
index ed57468db..587fa534f 100644
--- a/rules/c-ares.make
+++ b/rules/c-ares.make
@@ -16,14 +16,15 @@ PACKAGES-$(PTXCONF_C_ARES) += c-ares
#
# Paths and names
#
-C_ARES_VERSION := 1.10.0
-C_ARES_MD5 := 1196067641411a75d3cbebe074fd36d8
+C_ARES_VERSION := 1.14.0
+C_ARES_MD5 := e57b37a7c46283e83c21cde234df10c7
C_ARES := c-ares-$(C_ARES_VERSION)
C_ARES_SUFFIX := tar.gz
C_ARES_URL := http://c-ares.haxx.se/download/$(C_ARES).$(C_ARES_SUFFIX)
C_ARES_SOURCE := $(SRCDIR)/$(C_ARES).$(C_ARES_SUFFIX)
C_ARES_DIR := $(BUILDDIR)/$(C_ARES)
C_ARES_LICENSE := MIT
+C_ARES_LICENSE_MD5 := file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006
# ----------------------------------------------------------------------------
@@ -42,8 +43,12 @@ C_ARES_CONF_OPT := \
--disable-werror \
--disable-curldebug \
--enable-symbol-hiding \
+ --disable-expose-statics \
+ --disable-code-coverage \
$(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-libgcc \
--enable-nonblocking \
+ --disable-tests \
--with-random=/dev/urandom
# ----------------------------------------------------------------------------