summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2021-12-17 18:46:55 +0100
committerJonas Witschel2021-12-17 18:46:55 +0100
commit1683c871d006b60f99185be53ed11c1ab214db40 (patch)
treed82246395d82bf1fcd579b0254130f69157d53c0 /PKGBUILD
parent018ccf7ead5b1e8614f787799408cb583f7a8349 (diff)
downloadaur-tpm2-abrmd-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 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b27918a9e2e8..857873eedeb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: hexchain <i at hexchain.org>
pkgname=tpm2-abrmd-git
-pkgver=2.3.3.r44.9100c70
+pkgver=2.4.0.r20.41fd797
pkgrel=1
pkgdesc='Trusted Platform Module 2.0 Access Broker and Resource Management Daemon'
arch=('x86_64')
@@ -12,6 +12,7 @@ makedepends=('git' 'autoconf-archive' 'python')
checkdepends=('cmocka' 'iproute2' 'swtpm')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
+options=('!lto')
source=("git+$url.git")
sha512sums=('SKIP')