mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'tpm2-tss'
|
||||||
pkgname=tpm2-tss
|
pkgname=tpm2-tss
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-weakcrypto --with-crypto=mbed --disable-fapi"
|
configure_args="--disable-weakcrypto --with-crypto=mbed --disable-fapi"
|
||||||
hostmakedepends="autoconf-archive automake libtool pkg-config doxygen libltdl-devel"
|
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"
|
short_desc="OSS implementation of the TCG TPM2 Software Stack"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue