commit: 9e1210bcd63b24d0ef0984125cd410227ae480d0 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Mon Aug 25 19:18:32 2025 +0000 Commit: Alexander Tsoy <alexander <AT> tsoy <DOT> me> CommitDate: Mon Aug 25 20:20:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e1210bc
games-emulation/eden: respect LD As a side effect, this fixes compilation with USE=lto using gcc + ld.bfd when ld.lld is also available on the system. Closes: https://bugs.gentoo.org/961937 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> games-emulation/eden/eden-0.0.3_rc3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-emulation/eden/eden-0.0.3_rc3.ebuild b/games-emulation/eden/eden-0.0.3_rc3.ebuild index 4619187ecd..4929b5f2e8 100644 --- a/games-emulation/eden/eden-0.0.3_rc3.ebuild +++ b/games-emulation/eden/eden-0.0.3_rc3.ebuild @@ -151,6 +151,7 @@ src_configure() { -DYUZU_USE_EXTERNAL_VULKAN_HEADERS=no -DYUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS=no -DYUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES=no + -DYUZU_USE_FASTER_LD=no -DYUZU_USE_PRECOMPILED_HEADERS=no -DDYNARMIC_USE_PRECOMPILED_HEADERS=no
