commit: 5474c37574505cb692d629cb2469f5256e7cbcd5 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Sun Mar 17 04:03:55 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 05:28:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5474c375
www-servers/gatling: mark as LTO-unsafe Closes: https://bugs.gentoo.org/864133 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> www-servers/gatling/gatling-0.16-r5.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www-servers/gatling/gatling-0.16-r5.ebuild b/www-servers/gatling/gatling-0.16-r5.ebuild index 795c4d890c67..fbdd4d3032e1 100644 --- a/www-servers/gatling/gatling-0.16-r5.ebuild +++ b/www-servers/gatling/gatling-0.16-r5.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="High performance web server" HOMEPAGE="https://www.fefe.de/gatling/" @@ -39,6 +39,12 @@ src_prepare() { } src_compile() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/864133 + # + # Last released in 2016, sources are in cvs so I cannot check for activity. + filter-lto + local DIET= use diet && DIET='/usr/bin/diet'
