board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / c-ares / c-ares.mk
blobe817d4add54e22ec0879457ef2b0f085af0bfe74
1 ################################################################################
3 # c-ares
5 ################################################################################
7 C_ARES_VERSION = 1.12.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
17 $(eval $(autotools-package))