Hello!

This is a 7u only issue.

I was reported that kerberos tools aren't built from the licensee source bundle. The cause is that building of the launchers is started from the 'build' target in the Makefile. On Windows, the 'build' target is only defined, if ./common/Library.gmk is included, and this is included when ./jdk/windows/native/sun/security/krb5 directory exists.
This is not the case for the licensee source bundle.

It appears to be enough to replace the 'build' target with 'all':

BUGURL: https://bugs.openjdk.java.net/browse/JDK-8038961
WEBREV: http://cr.openjdk.java.net/~igerasim/8038961/0/webrev/

Sincerely yours,
Ivan

Reply via email to