diff options
author | Sam James <sam@gentoo.org> | 2024-08-18 23:58:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-18 23:58:35 +0100 |
commit | 3531903948fb3c0cba9448d23151900991674f0c (patch) | |
tree | d6fd9e1ce7bee0df2ea749c47293dd235ba8b606 /dev-debug/dtrace | |
parent | sys-devel/gcc: add 15.0.0_pre20240818 (diff) | |
download | gentoo-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/dtrace')
-rw-r--r-- | dev-debug/dtrace/dtrace-9999.ebuild | 3 |
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... |