tpm2-tss: build with mbedtls2

This commit is contained in:
classabbyamp 2024-08-12 14:43:35 -04:00 committed by classabbyamp
parent d280aa5122
commit 15e0cc702d
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'tpm2-tss'
pkgname=tpm2-tss
version=3.2.0
revision=5
revision=6
build_style=gnu-configure
configure_args="--disable-weakcrypto --with-crypto=mbed --disable-fapi"
hostmakedepends="autoconf-archive automake libtool pkg-config doxygen libltdl-devel"
makedepends="libltdl-devel mbedtls-devel"
makedepends="libltdl-devel mbedtls2-devel"
short_desc="OSS implementation of the TCG TPM2 Software Stack"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"