summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libtecla: mark as LTO-unsafeEli Schwartz2024-03-121-1/+15
| | | | | | | | | | | Actually, it doesn't use the compiler to link its shared libraries, it uses $LD directly. Totally broken. The resulting shared library is LTO bytecode linked without a bytecode handler, i.e. it's not really a real library. Everything then explodes. Closes: https://bugs.gentoo.org/772014 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtecla: clean up ebuildDavid Seifert2023-03-191-8/+2
| | | | | Closes: https://bugs.gentoo.org/891767 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libtecla: EAPI 8, fix configure w/ clang 16Sam James2022-12-071-0/+47
Signed-off-by: Sam James <sam@gentoo.org>