summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2022-09-26 16:33:36 -0500
committerSam James <sam@gentoo.org>2022-09-27 22:42:36 +0100
commit2e558dc4ed09b71c9114b35e183eedcfd2b5bc61 (patch)
tree5d185e6defb6091881390f2d85e28f6a7e56249a /app-crypt
parentapp-crypt/tpm2-tss: Filter out LTO flags due test failures (diff)
downloadgentoo-2e558dc4ed09b71c9114b35e183eedcfd2b5bc61.tar.gz
gentoo-2e558dc4ed09b71c9114b35e183eedcfd2b5bc61.tar.bz2
gentoo-2e558dc4ed09b71c9114b35e183eedcfd2b5bc61.zip
app-crypt/tpm2-tss: Filter out LTO flags due test failures
Closes: https://bugs.gentoo.org/865279 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27482 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
index ff68e249a0e9..78d18901ba6d 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools linux-info multilib-minimal tmpfiles udev
+inherit autotools flag-o-matic linux-info multilib-minimal tmpfiles udev
DESCRIPTION="TCG Trusted Platform Module 2.0 Software Stack"
HOMEPAGE="https://github.com/tpm2-software/tpm2-tss"
@@ -60,6 +60,9 @@ src_prepare() {
}
multilib_src_configure() {
+ # tests fail with LTO enabbled. See bug 865275 and 865279
+ filter-lto
+
ECONF_SOURCE=${S} econf \
--localstatedir=/var \
$(multilib_native_use_enable doc doxygen-doc) \