Merge pull request #27719 from sigma/pr/java-fix
java: fix dtrace detection
This commit is contained in:
commit
23d8fd4ae6
@ -97,6 +97,7 @@ let
|
|||||||
chmod +x configure
|
chmod +x configure
|
||||||
substituteInPlace configure --replace /bin/bash "$shell"
|
substituteInPlace configure --replace /bin/bash "$shell"
|
||||||
substituteInPlace hotspot/make/linux/adlc_updater --replace /bin/sh "$shell"
|
substituteInPlace hotspot/make/linux/adlc_updater --replace /bin/sh "$shell"
|
||||||
|
substituteInPlace hotspot/make/linux/makefiles/dtrace.make --replace /usr/include/sys/sdt.h "/no-such-path"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user