mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-26 22:00:25 +00:00
8223804: [macos] remove obsoleted reference to security framework in launcher code
Reviewed-by: rriggs, erikj
This commit is contained in:
parent
10401d68d2
commit
1726e8728f
@ -116,7 +116,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJAVA, \
|
||||
LIBS_aix := $(LIBDL) $(LIBM),\
|
||||
LIBS_macosx := -framework CoreFoundation \
|
||||
-framework Foundation \
|
||||
-framework Security -framework SystemConfiguration, \
|
||||
-framework SystemConfiguration, \
|
||||
LIBS_windows := jvm.lib $(WIN_VERIFY_LIB) \
|
||||
shell32.lib delayimp.lib \
|
||||
advapi32.lib version.lib, \
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <objc/objc-runtime.h>
|
||||
|
||||
#include <Security/AuthSession.h>
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <SystemConfiguration/SystemConfiguration.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
Loading…
Reference in New Issue
Block a user