openjdk: Don't statically link C++ runtime, close #730.
This fixes a build error (https://github.com/NixOS/nixpkgs/issues/707). Thanks to http://mail.openjdk.java.net/pipermail/build-dev/2012-January/005349.html
This commit is contained in:
parent
480bcf9f83
commit
5be89ac733
@ -108,6 +108,7 @@ stdenv.mkDerivation rec {
|
||||
"DEVTOOLS_PATH="
|
||||
"UNIXCOMMAND_PATH="
|
||||
"BOOTDIR=${jdk}"
|
||||
"STATIC_CXX=false"
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user