PKGNAME=libmicrohttpd
PKGDES="Embedding HTTP server functionality"
PKGSEC=libs
PKGDEP="glibc gnutls"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    "--disable-static"
    "--disable-doc"
    "--disable-examples"
    "--enable-largefile"
    "--enable-messages"
)

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