summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2021-12-17 18:46:55 +0100
committerJonas Witschel2021-12-17 18:46:55 +0100
commit57448240dd170b2acf4fcfe3619a30e11ecfdbee (patch)
tree41c07c8146e862082b46a9a6cc9d818a56adee0f
parent598bd7744368bf37f370bfd3e8b4967a0b4e8a68 (diff)
downloadaur-tpm2-tss-git.tar.gz
tpm2-software: disable link time optimisation
The test suites of this package use -Wl,--wrap which does not work with LTO (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643), so disable it for now.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f891ed91d62..1b0552747a74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tpm2-tss-git
pkgdesc = Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)
- pkgver = 3.1.0.r56.bfc10c42
+ pkgver = 3.1.0.r89.e900ef04
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-tss
arch = x86_64
@@ -26,6 +26,7 @@ pkgbase = tpm2-tss-git
provides = libtss2-tctildr.so
conflicts = tpm2-tss
options = !emptydirs
+ options = !lto
backup = etc/tpm2-tss/fapi-config.json
backup = etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json
backup = etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json
diff --git a/PKGBUILD b/PKGBUILD
index c3c985801017..6dde27aef0cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=tpm2-tss-git
-pkgver=3.1.0.r56.bfc10c42
+pkgver=3.1.0.r89.e900ef04
pkgrel=1
pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)'
arch=('x86_64')
@@ -16,7 +16,7 @@ conflicts=("${pkgname%-git}")
backup=('etc/tpm2-tss/fapi-config.json'
'etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json'
'etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json')
-options=('!emptydirs')
+options=('!emptydirs' '!lto')
source=("git+$url.git")
sha512sums=('SKIP')