azavea / ansible-java

An Ansible role for installing Java.
Apache License 2.0
4 stars 15 forks source link

Added linker configs #10

Closed reactormonk closed 8 years ago

reactormonk commented 8 years ago

required to compile rJava https://stackoverflow.com/questions/12872699

I don't know how to make ldconfig idempotent, I'll always show up as changed.

I assume openjdk does that correctly, so I only added it to the oracle java.

hectcastro commented 8 years ago

Looks good. Thanks for the contribution, @reactormonk.