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:
James Cook 2013-07-07 14:56:15 -07:00 committed by Vladimír Čunát
parent 480bcf9f83
commit 5be89ac733

View file

@ -108,6 +108,7 @@ stdenv.mkDerivation rec {
"DEVTOOLS_PATH="
"UNIXCOMMAND_PATH="
"BOOTDIR=${jdk}"
"STATIC_CXX=false"
];
configurePhase = ''