[jdk11u-dev] RFR: 8290920: sspi_bridge.dll not built if BUILD_CRYPTO is false

Matthias Baesken mbaesken at openjdk.org
Wed Jan 25 08:13:20 UTC 2023


On Mon, 23 Jan 2023 16:37:10 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 11.0.19-oracle.
> 
> The file is named /make/lib/Lib-java.security.jgss.gmk in head, 
> but make/lib/Lib-java.security.jgss.gmk in 11.
> Modulo this file rename the patch applies clean.

Hi Goetz , this needs isTargetOs  (see line 41). I think to use this you first have to backport 8218431: Improved platform checking in makefiles (see https://github.com/openjdk/jdk17u-dev/commit/208c58c8621247023e39c98a7b81638c62daedec ) .
Maybe not the whole commit but at least  what is in make/common/Utils.gmk .
Speaking of this,  it is already (probably wrongly so far) used in 11u-dev  
launcher/LauncherCommon.gmk:219:  ifeq ($(call isTargetOs, macosx), true)

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1679


More information about the jdk-updates-dev mailing list