From c88dedc2eee275af180bbf6a5341c372a8d79182 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 6 May 2024 00:47:37 -0400 Subject: app-editors/wxhexeditor: mark as LTO-unsafe Closes: https://bugs.gentoo.org/854414 Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app-editors/wxhexeditor') diff --git a/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild b/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild index 6d3401c0390b..9d44eb00cbc8 100644 --- a/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild +++ b/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN="wxHexEditor" WX_GTK_VER=3.0-gtk3 -inherit toolchain-funcs wxwidgets +inherit flag-o-matic toolchain-funcs wxwidgets DESCRIPTION="A cross-platform hex editor designed specially for large files" HOMEPAGE="https://github.com/EUA/wxHexEditor" @@ -40,4 +40,9 @@ pkg_setup() { src_prepare() { setup-wxwidgets default + + # -Werror=odr, -Werror=lto-type-mismatch + # https://bugs.gentoo.org/854414 + # https://github.com/EUA/wxHexEditor/issues/222 + filter-lto } -- cgit v1.2.3-65-gdbad