summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJonas Witschel2021-12-17 18:46:55 +0100
committerJonas Witschel2021-12-17 18:46:55 +0100
commit57448240dd170b2acf4fcfe3619a30e11ecfdbee (patch)
tree41c07c8146e862082b46a9a6cc9d818a56adee0f /.SRCINFO
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.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 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