commit: 0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 30 22:49:43 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 30 22:50:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccd18bf
dev-debug/dtrace: update live for _FORTIFY_SOURCE fix Bug: https://github.com/oracle/dtrace-utils/issues/78 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 63360b80ca91..a1e12159ab4c 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -116,9 +116,6 @@ src_configure() { tc-export CC - # https://github.com/oracle/dtrace-utils/issues/78 - tc-enables-fortify-source && append-cppflags -U_FORTIFY_SOURCE - # lld does this by default, so fix that, although lld fails anyway... # 'LIBDTRACE_1.0' to symbol 'dtrace_provider_modules' failed: symbol not defined append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
