diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index ed6c0129a8a97..22109e3bce63a 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -126,6 +126,9 @@ src_configure() { # that can't actually obtain results from probes, even trivial examples # just hang. filter-flags -fno-semantic-interposition + # While it builds as of 2025-06-08, it's broken at runtime + # in the same way as -fno-semantic-interposition (hangs, no probes fire). + filter-lto local confargs=( # TODO: Maybe we should set the UNPRIV_UID to something? -3 is a bit... kludgy