c-ares.mk 502 B

12345678910111213141516
  1. ################################################################################
  2. #
  3. # c-ares
  4. #
  5. ################################################################################
  6. C_ARES_VERSION = 1.27.0
  7. C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
  8. C_ARES_INSTALL_STAGING = YES
  9. C_ARES_CONF_OPTS = --with-random=/dev/urandom
  10. C_ARES_LICENSE = MIT
  11. C_ARES_LICENSE_FILES = LICENSE.md
  12. C_ARES_CPE_ID_VENDOR = c-ares
  13. $(eval $(autotools-package))
  14. $(eval $(host-autotools-package))