Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-17 | Always link libjli statically. When launchers are symlinked, it may not be | Jung-uk Kim | 1 | -5/+5 | |
able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here. | |||||
2014-03-28 | Add a port of OpenJDK8. | Jung-uk Kim | 1 | -0/+19 | |
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) |