summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2022-09-26 16:08:48 -0500
committerSam James <sam@gentoo.org>2022-09-27 22:42:35 +0100
commitb37aeca1bcdac3de7c1be1229ad0960c9be88b83 (patch)
tree8e35ba37a545cbd492f226166f96e5276d7d2e43 /app-crypt
parentdev-util/bpftrace: drop empty patch (diff)
downloadgentoo-b37aeca1bcdac3de7c1be1229ad0960c9be88b83.tar.gz
gentoo-b37aeca1bcdac3de7c1be1229ad0960c9be88b83.tar.bz2
gentoo-b37aeca1bcdac3de7c1be1229ad0960c9be88b83.zip
app-crypt/tpm2-abrmd: Filter out LTO flags due test failures
Closes: https://bugs.gentoo.org/865275 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
index ed4032c44ca0..cda953bf6908 100644
--- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools systemd
+inherit autotools flag-o-matic systemd
DESCRIPTION="TPM2 Access Broker & Resource Manager"
HOMEPAGE="https://github.com/tpm2-software/tpm2-abrmd"
@@ -36,6 +36,8 @@ src_prepare() {
}
src_configure() {
+ # tests fail with LTO enabbled. See bug 865275
+ filter-lto
econf \
$(use_enable static-libs static) \
$(use_enable test unit) \