The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / c-ares / c-ares.mk
1 ################################################################################
2 #
3 # c-ares
4 #
5 ################################################################################
6
7 C_ARES_VERSION = 1.10.0
8 C_ARES_SITE = http://c-ares.haxx.se/download
9 C_ARES_INSTALL_STAGING = YES
10 # Rebuild configure to avoid XC_CHECK_USER_CFLAGS
11 C_ARES_AUTORECONF = YES
12 C_ARES_LICENSE = MIT
13 # No standalone, use some source file
14 C_ARES_LICENSE_FILES = ares_mkquery.c
15
16 $(eval $(autotools-package))