mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-java/openjdk: fix DTRACE typo in 17
Fixes: f7909a793e
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -239,7 +239,7 @@ src_configure() {
|
||||
|
||||
# Workaround for bug #938302
|
||||
if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then
|
||||
myconf+=( TRACE="${BROOT}"/usr/bin/stap-dtrace )
|
||||
myconf+=( DTRACE="${BROOT}"/usr/bin/stap-dtrace )
|
||||
fi
|
||||
|
||||
if use !system-bootstrap ; then
|
||||
|
||||
Reference in New Issue
Block a user