3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #27719 from sigma/pr/java-fix

java: fix dtrace detection
This commit is contained in:
Jörg Thalheim 2017-07-30 00:40:11 +01:00 committed by GitHub
commit 23d8fd4ae6

View file

@ -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 = [