commit: d5a7c92735ad4ecaff65884f64844e89679b767d Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Thu May 2 03:57:58 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 2 04:31:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a7c927
dev-lisp/clisp: mark as LTO-unsafe Closes: https://bugs.gentoo.org/856103 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lisp/clisp/clisp-2.49.92-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild index dc22d9b9e28e..1b4d379847da 100644 --- a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild +++ b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -65,6 +65,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/856103 + # https://gitlab.com/gnu-clisp/clisp/-/issues/49 + filter-lto + # We need this to build on alpha/ia64 if use alpha || use ia64; then replace-flags -O? -O1
