Download URLs changed after hosting of the c-ares website changed ownership: https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/ This cannot be fixed upstream as github pages does not support .htaccess files according to: https://github.com/c-ares/c-ares.github.io/issues/2 Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit b57f48e131e94a2fafc31e3ca6cb3c11553a5930) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
502 B
Makefile
17 lines
502 B
Makefile
################################################################################
|
|
#
|
|
# c-ares
|
|
#
|
|
################################################################################
|
|
|
|
C_ARES_VERSION = 1.27.0
|
|
C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
|
|
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))
|