8295231: Move all linking of native libraries to make

Reviewed-by: ihse, erikj
This commit is contained in:
Julian Waters 2022-10-17 20:57:26 +00:00 committed by Magnus Ihse Bursie
parent f300ec8631
commit 8d751de319
14 changed files with 20 additions and 23 deletions

View file

@ -47,7 +47,8 @@ ifeq ($(call isTargetOs, windows), true)
CFLAGS := $(CFLAGS_JDKLIB) \
-I$(TOPDIR)/src/java.security.jgss/share/native/libj2gss, \
LDFLAGS := $(LDFLAGS_JDKLIB) \
$(call SET_SHARED_LIBRARY_ORIGIN) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
LIBS := Secur32.lib, \
))
TARGETS += $(BUILD_LIBSSPI_BRIDGE)