PKGNAME=swtpm
PKGSEC=libs
PKGDEP="libtpms glib openssl libseccomp json-glib gnutls"
BUILDDEP="libtool fuse socat"
PKGDES="TPM emulators with different front-end interfaces to libtpms"

# FIXME: <command-line>: error: '_FORTIFY_SOURCE' redefined [-Werror]
# ACBS had already enabled hardening, disabling it here.
AUTOTOOLS_AFTER=(
        "--disable-hardening"
)
