mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
Fix openjdk8 build for i686
see http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019203.html
This commit is contained in:
parent
ed359e453c
commit
ea30130943
|
@ -78,7 +78,7 @@ stdenv.mkDerivation {
|
|||
"--with-build-number=b${build}"
|
||||
"--with-milestone=fcs"
|
||||
];
|
||||
buildFlags = "all";
|
||||
buildFlags = "DEBUG_BINARIES=true all";
|
||||
installPhase = ''
|
||||
mkdir -p $out/lib/openjdk $out/share $jre/lib/openjdk
|
||||
|
||||
|
|
Loading…
Reference in a new issue