]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/c-ares/c-ares.mk
package/c-ares: bump version to 1.14.0
[coffee/buildroot.git] / package / c-ares / c-ares.mk
1 ################################################################################
2 #
3 # c-ares
4 #
5 ################################################################################
6
7 C_ARES_VERSION = 1.14.0
8 C_ARES_SITE = http://c-ares.haxx.se/download
9 C_ARES_INSTALL_STAGING = YES
10 C_ARES_CONF_OPTS = --with-random=/dev/urandom
11 # Rebuild configure to avoid XC_CHECK_USER_CFLAGS
12 C_ARES_AUTORECONF = YES
13 C_ARES_LICENSE = MIT
14 # No standalone, use some source file
15 C_ARES_LICENSE_FILES = ares_mkquery.c
16
17 $(eval $(autotools-package))