summaryrefslogtreecommitdiffstats
path: root/package/c-ares/c-ares.mk
blob: 72019a0425e929c5a8f081a85086e63d5ae8c862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# c-ares
#
################################################################################

C_ARES_VERSION = 1.13.0
C_ARES_SITE = http://c-ares.haxx.se/download
C_ARES_INSTALL_STAGING = YES
C_ARES_CONF_OPTS = --with-random=/dev/urandom
# 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))
OpenPOWER on IntegriCloud