b359d0e7e5
c-ares 1.17.0 removed install of ares_dns.h which will result in build failures with libeXosip and resiprocate Fixes: - http://autobuild.buildroot.org/results/51573434303118fd92f32819e038971edee8bc28 - http://autobuild.buildroot.org/results/cbf158f0c037d44ef293a8804d18c84e3b731059 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
500 B
Makefile
18 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# c-ares
|
|
#
|
|
################################################################################
|
|
|
|
C_ARES_VERSION = 1.17.0
|
|
C_ARES_SITE = http://c-ares.haxx.se/download
|
|
C_ARES_INSTALL_STAGING = YES
|
|
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
|
C_ARES_LICENSE = MIT
|
|
C_ARES_LICENSE_FILES = LICENSE.md
|
|
# We're patching src/lib/Makefile.am
|
|
C_ARES_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|