From 902c3991d840e1c6c5744751c6fa071944bf2f58 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 18:54:58 +0300 Subject: [PATCH] Add libjvm.so symlink for #1388 --- debian-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 739cabd9..8cf7a572 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -125,3 +125,6 @@ rm -rf /tmp/nettle-build # faster anyways and uses less RAM. update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 + +# See: https://github.com/fpco/stackage/issues/1388 +ln -n /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib