PKGNAME=libgcrypt-static
PKGDES="General purpose cryptographic library based on the code from GnuPG (static libraries)"
PKGDEP="libgcrypt"
PKGSEC=libs

ABTYPE=self
AUTOTOOLS_AFTER=(
    '--disable-padlock-support'
    '--without-capabilities'
    '--disable-shared'
    '--enable-static'
)
NOSTATIC=no
AB_FLAGS_SPECS=0
AB_FLAGS_PIC=1

ABSPLITDBG=0

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