2013-12-27 00:23:54 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# c-ares
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2023-06-19 16:36:17 +02:00
|
|
|
C_ARES_VERSION = 1.19.1
|
2013-12-27 00:23:54 +01:00
|
|
|
C_ARES_SITE = http://c-ares.haxx.se/download
|
|
|
|
C_ARES_INSTALL_STAGING = YES
|
2015-11-25 13:44:13 +01:00
|
|
|
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
2013-12-27 00:23:54 +01:00
|
|
|
C_ARES_LICENSE = MIT
|
2018-12-01 21:42:45 +01:00
|
|
|
C_ARES_LICENSE_FILES = LICENSE.md
|
2021-08-28 17:06:04 +02:00
|
|
|
C_ARES_CPE_ID_VENDOR = c-ares_project
|
2013-12-27 00:23:54 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|
2018-11-29 07:21:39 +01:00
|
|
|
$(eval $(host-autotools-package))
|