Changeset: 8a788d97978b Author: kurt Date: 2015-05-21 08:30 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/8a788d97978b
- Add new configure argument --enable-static-libjli for bsd only. By default libjli will be linked as a shared library, however this requires working rpath $ORIGIN support. This configure argument can be used to link libjli staticly for use when ORIGIN support is not ready yet. Suggested by Jung-uk Kim Reviewed By: Jung-uk Kim (jukim) ! common/autoconf/jdk-options.m4 ! common/autoconf/spec.gmk.in Changeset: efcdaab49c6c Author: kurt Date: 2015-05-21 08:31 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/efcdaab49c6c Regenerated configure from autoconf changes. ! common/autoconf/generated-configure.sh