diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-01 23:57:58 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 05:31:30 +0100 |
commit | d5a7c92735ad4ecaff65884f64844e89679b767d (patch) | |
tree | 36bd814379383c419f6094675af8e0915a9701a8 /dev-lisp | |
parent | dev-lisp/clisp: add gitlab upstream metadata (diff) | |
download | gentoo-d5a7c92735ad4ecaff65884f64844e89679b767d.tar.gz gentoo-d5a7c92735ad4ecaff65884f64844e89679b767d.tar.bz2 gentoo-d5a7c92735ad4ecaff65884f64844e89679b767d.zip |
dev-lisp/clisp: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/856103
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clisp/clisp-2.49.92-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |