K 10 svn:author V 4 jkim K 8 svn:date V 27 2014-05-17T06:14:58.957345Z K 7 svn:log V 313 Always link libjli statically. When launchers are symlinked, it may not be 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. END