Merge pull request #27719 from sigma/pr/java-fix
java: fix dtrace detection
This commit is contained in:
commit
23d8fd4ae6
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ let
|
|||
chmod +x configure
|
||||
substituteInPlace configure --replace /bin/bash "$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 = [
|
||||
|
|
Loading…
Reference in a new issue