mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
2990d7dcb1
cpe:2.3🅰️c-ares_project:c-ares is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Ac-ares_project%3Ac-ares Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
531 B
Makefile
19 lines
531 B
Makefile
################################################################################
|
|
#
|
|
# c-ares
|
|
#
|
|
################################################################################
|
|
|
|
C_ARES_VERSION = 1.17.2
|
|
C_ARES_SITE = http://c-ares.haxx.se/download
|
|
C_ARES_INSTALL_STAGING = YES
|
|
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
|
C_ARES_LICENSE = MIT
|
|
C_ARES_LICENSE_FILES = LICENSE.md
|
|
C_ARES_CPE_ID_VENDOR = c-ares_project
|
|
# We're patching configure.ac
|
|
C_ARES_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|