mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add libjvm.so symlink for #1388
This commit is contained in:
parent
a32332c7a2
commit
902c3991d8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user