mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
License hash changed due to [1].
[1] 595cf21334
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
497 B
Makefile
17 lines
497 B
Makefile
################################################################################
|
|
#
|
|
# c-ares
|
|
#
|
|
################################################################################
|
|
|
|
C_ARES_VERSION = 1.34.2
|
|
C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/v1.34.2
|
|
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
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|