mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 19:21:57 +01:00
Add openjdk paths to dynamic linker system paths.
This commit is contained in:
parent
f5c36341e1
commit
6e56fb1fc2
@ -162,3 +162,7 @@ cd /tmp \
|
|||||||
&& echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \
|
&& echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \
|
||||||
&& echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \
|
&& echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \
|
||||||
&& ldconfig
|
&& ldconfig
|
||||||
|
|
||||||
|
# Add JDK to system paths.
|
||||||
|
echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \
|
||||||
|
&& ldconfig
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user