2013-12-27 00:23:54 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# c-ares
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2024-02-23 18:28:50 +01:00
|
|
|
C_ARES_VERSION = 1.27.0
|
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
|
2024-02-03 19:42:31 +01:00
|
|
|
C_ARES_CPE_ID_VENDOR = c-ares
|
2013-12-27 00:23:54 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|
2018-11-29 07:21:39 +01:00
|
|
|
$(eval $(host-autotools-package))
|