commit: 77fba59fa7b88ad8a598383401a99920ac1da18e Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Mon Dec 5 19:02:02 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 09:23:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fba59f
net-ftp/atftp: does not run with CFLAGS=-lto Closes: https://bugs.gentoo.org/876939 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/28552 Signed-off-by: Sam James <sam <AT> gentoo.org> net-ftp/atftp/atftp-0.8.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-ftp/atftp/atftp-0.8.0.ebuild b/net-ftp/atftp/atftp-0.8.0.ebuild index 00e338888e1c..11ffcdcca64a 100644 --- a/net-ftp/atftp/atftp-0.8.0.ebuild +++ b/net-ftp/atftp/atftp-0.8.0.ebuild @@ -38,6 +38,8 @@ src_prepare() { } src_configure() { + filter-lto # https://bugs.gentoo.org/876939 + econf \ $(use_enable tcpd libwrap) \ $(use_enable readline libreadline) \
