summaryrefslogtreecommitdiff
path: root/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild')
-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) \