diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2022-09-26 16:22:13 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-27 22:42:35 +0100 |
commit | cd1574236dd9457377d45d53470816828e364a8a (patch) | |
tree | b384432ff3e55b81d725a939cfdb99cff23651f6 /app-crypt/tpm2-tools | |
parent | app-crypt/tpm2-abrmd: Filter out LTO flags due test failures (diff) | |
download | gentoo-cd1574236dd9457377d45d53470816828e364a8a.tar.gz gentoo-cd1574236dd9457377d45d53470816828e364a8a.tar.bz2 gentoo-cd1574236dd9457377d45d53470816828e364a8a.zip |
app-crypt/tpm2-tools: Filter out LTO flags due test failures
Closes: https://bugs.gentoo.org/865277
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tools')
-rw-r--r-- | app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild b/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild index 22e76e0b6bd7..2da3dc2b0eba 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit autotools bash-completion-r1 python-any-r1 +inherit autotools bash-completion-r1 flag-o-matic python-any-r1 DESCRIPTION="Tools for the TPM 2.0 TSS" HOMEPAGE="https://github.com/tpm2-software/tpm2-tools" @@ -51,6 +51,8 @@ src_prepare() { } src_configure() { + # tests fail with LTO enabbled. See bug 865275 and 865277 + filter-lto econf \ $(use_enable fapi) \ $(use_enable test unit) \ |