mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
tpm2-tss: build with mbedtls2
This commit is contained in:
parent
d280aa5122
commit
15e0cc702d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue