tpm2-tss: fixed build issues

This commit is contained in:
Tim Biermann 2024-04-27 12:22:22 +02:00
parent e2f7fa0070
commit a3f6240695
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/P+e7lxaYj6PQat4UcDMm343rcrE8PC4r27yHqNxlhnTYCuWUwOSMISKhdcxUPXhd2iz0JQEBHDOQpdx0ncvwo=
SHA256 (Pkgfile) = 08e0d0e6d82a30e8d253bfec1f9d74bd23be955cec5602e47e816fd676fdd00d
RWSagIOpLGJF36VTwb/1D8TEOdnsxu3bM2+Nt+S6Sk6M3WQI7oLQ9+vDRpNrepWNAsdYwTfxl/hgERPQ6PVLM8D57vTw5st3Hg0=
SHA256 (Pkgfile) = 888da90c19ae4f008d196a8757a0ecd9c8e9bd6c8298e395618f0e2301f6b76b
SHA256 (.footprint) = 4f2e0aaf40ed2bba85c7c6bc1e14760c77f49064ce7eb77569d1fcdc047dd200
SHA256 (tpm2-tss-4.1.0.tar.gz) = ac9c38e019aebe0d04a79e8f8db7ff805d23dcc7c45131c02960947576214329
SHA256 (tss2-tcti-libtpms.map) = 41c37dc4b10b1e86023619150e5047739aeee93fd8f77315157d3eeb5fe6a981

View File

@ -6,11 +6,14 @@
name=tpm2-tss
version=4.1.0
release=1
source=(https://github.com/tpm2-software/tpm2-tss/releases/download/$version/$name-$version.tar.gz)
source=(https://github.com/tpm2-software/tpm2-tss/releases/download/$version/$name-$version.tar.gz
https://raw.githubusercontent.com/tpm2-software/tpm2-tss/e237e4d33cbf280292a480edd8ad061dcd3a37a2/lib/tss2-tcti-libtpms.map)
build() {
cd $name-$version
cp $SRC/tss2-tcti-libtpms.map lib
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \