java: fix dtrace detection

wip/yesman
Yann Hodique 7 years ago
parent cb1742e76d
commit 9a2a8a5855
  1. 1
      pkgs/development/compilers/openjdk/8.nix

@ -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…
Cancel
Save