about summary refs log tree commit diff
path: root/pkgs/development/compilers/openjdk
diff options
context:
space:
mode:
authorYann Hodique <hodiquey@vmware.com>2017-07-27 18:29:39 -0700
committerYann Hodique <hodiquey@vmware.com>2017-07-28 09:31:24 -0700
commit9a2a8a58550987956399778f9e0cdfb2c1945c44 (patch)
tree605049e9bba466d591478a21fdb8f575a27e7927 /pkgs/development/compilers/openjdk
parentcb1742e76d8a7254a5ffffbf86b2281b89984e2d (diff)
downloadnixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.tar
nixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.tar.gz
nixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.tar.bz2
nixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.tar.lz
nixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.tar.xz
nixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.tar.zst
nixlib-9a2a8a58550987956399778f9e0cdfb2c1945c44.zip
java: fix dtrace detection
Diffstat (limited to 'pkgs/development/compilers/openjdk')
-rw-r--r--pkgs/development/compilers/openjdk/8.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/openjdk/8.nix b/pkgs/development/compilers/openjdk/8.nix
index 7977881d5f6d..9ca28375c6bb 100644
--- a/pkgs/development/compilers/openjdk/8.nix
+++ b/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 = [