PKGNAME=c-ares
PKGDES="C library to asynchronously perform DNS requests and name resolutions"
PKGDEP="glibc"
PKGSEC=libs

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--enable-shared'
    '--enable-debug'
)
AUTOTOOLS_STRICT=0

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
