2013-12-27 00:23:54 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# c-ares
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-06-20 23:24:21 +02:00
|
|
|
C_ARES_VERSION = 1.13.0
|
2013-12-27 00:23:54 +01:00
|
|
|
C_ARES_SITE = http://c-ares.haxx.se/download
|
|
|
|
C_ARES_INSTALL_STAGING = YES
|
2015-11-25 13:44:13 +01:00
|
|
|
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
2013-12-27 00:23:54 +01:00
|
|
|
# Rebuild configure to avoid XC_CHECK_USER_CFLAGS
|
|
|
|
C_ARES_AUTORECONF = YES
|
|
|
|
C_ARES_LICENSE = MIT
|
|
|
|
# No standalone, use some source file
|
|
|
|
C_ARES_LICENSE_FILES = ares_mkquery.c
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|