c-ares.mk 439 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # c-ares
  4. #
  5. ################################################################################
  6. C_ARES_VERSION = 1.17.0
  7. C_ARES_SITE = http://c-ares.haxx.se/download
  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. $(eval $(autotools-package))
  13. $(eval $(host-autotools-package))