summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-30 22:49:43 +0000
committerSam James <sam@gentoo.org>2024-10-30 22:50:04 +0000
commit0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b (patch)
tree27c06d611fa5874820c2c289a57049c29d90e500 /dev-debug/dtrace
parentdev-debug/dtrace: update live for mandir fix (diff)
downloadgentoo-0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b.tar.gz
gentoo-0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b.tar.bz2
gentoo-0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b.zip
dev-debug/dtrace: update live for _FORTIFY_SOURCE fix
Bug: https://github.com/oracle/dtrace-utils/issues/78 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/dtrace')
-rw-r--r--dev-debug/dtrace/dtrace-9999.ebuild3
1 files changed, 0 insertions, 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)