8231572: Use -lobjc instead of -fobjc-link-runtime in libosxsecurity
Reviewed-by: erikj
This commit is contained in:
parent
8cd9241448
commit
5dca7ec6b7
@ -111,9 +111,9 @@ ifeq ($(call isTargetOs, macosx), true)
|
|||||||
missing-method-return-type, \
|
missing-method-return-type, \
|
||||||
LDFLAGS := $(LDFLAGS_JDKLIB) \
|
LDFLAGS := $(LDFLAGS_JDKLIB) \
|
||||||
-L$(SUPPORT_OUTPUTDIR)/modules_libs/java.base \
|
-L$(SUPPORT_OUTPUTDIR)/modules_libs/java.base \
|
||||||
$(call SET_SHARED_LIBRARY_ORIGIN) \
|
$(call SET_SHARED_LIBRARY_ORIGIN), \
|
||||||
-fobjc-link-runtime, \
|
|
||||||
LIBS := \
|
LIBS := \
|
||||||
|
-lobjc \
|
||||||
-framework JavaNativeFoundation \
|
-framework JavaNativeFoundation \
|
||||||
-framework CoreServices \
|
-framework CoreServices \
|
||||||
-framework Security \
|
-framework Security \
|
||||||
|
Loading…
Reference in New Issue
Block a user