summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-18 23:58:35 +0100
committerSam James <sam@gentoo.org>2024-08-18 23:58:35 +0100
commit3531903948fb3c0cba9448d23151900991674f0c (patch)
treed6fd9e1ce7bee0df2ea749c47293dd235ba8b606 /dev-debug
parentsys-devel/gcc: add 15.0.0_pre20240818 (diff)
downloadgentoo-3531903948fb3c0cba9448d23151900991674f0c.tar.gz
gentoo-3531903948fb3c0cba9448d23151900991674f0c.tar.bz2
gentoo-3531903948fb3c0cba9448d23151900991674f0c.zip
dev-debug/dtrace: add link to upstream bug re _F_S
Bug: https://github.com/oracle/dtrace-utils/issues/78 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/dtrace/dtrace-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild
index 15e7ca0357a0..73afc981b1fd 100644
--- a/dev-debug/dtrace/dtrace-9999.ebuild
+++ b/dev-debug/dtrace/dtrace-9999.ebuild
@@ -94,8 +94,7 @@ src_configure() {
tc-export CC
- # TODO: Can drop once https://lore.kernel.org/dtrace/20240425164057.420580-1-nick.alcock@oracle.com/ is in
- # XXX: That wasn't enough, need to report upstream the other issues during build
+ # 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...