commit:     619134a1ffb639fae0f31973aabe94af87e2d40c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 21:13:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 21:13:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619134a1

app-crypt/tpm2-tss: filter -fno-semantic-interposition

Fails w/ inlining fortify funcs.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
index 3e27adc524f7..e8e3d9c6396a 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
@@ -56,6 +56,8 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+       # Fails with inlining
+       filter-flags -fno-semantic-interposition
        # tests fail with LTO enabbled. See bug 865275 and 865279
        filter-lto
 

Reply via email to