commit: 5491ecdce947e32e1ab14e304b19cb20b7ca81d6 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Fri Mar 29 05:57:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 29 18:45:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5491ecdc
sci-libs/libticalcs2: mark as LTO-unsafe Closes: https://bugs.gentoo.org/927586 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild index fe2478ec3c3a..251aa8fb6cd4 100644 --- a/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild +++ b/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Library for communication with TI calculators" HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" @@ -32,6 +32,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/927586 + filter-lto + econf \ --disable-rpath \ $(use_enable static-libs static) \
