mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
fix Linux openjdk build regression
This commit is contained in:
parent
80dc32094f
commit
e169d683c4
@ -1,14 +1,16 @@
|
||||
--- openjdk/Inet6AddressImpl.c
|
||||
+++ openjdk/Inet6AddressImpl.c
|
||||
@@ -360,6 +360,11 @@
|
||||
@@ -360,6 +360,13 @@
|
||||
|
||||
#ifdef AF_INET6
|
||||
|
||||
+#ifdef __MINGW32__
|
||||
+typedef struct icmpv6_echo_reply_lh {
|
||||
+ IPV6_ADDRESS_EX Address;
|
||||
+ ULONG Status;
|
||||
+ unsigned int RoundTripTime;
|
||||
+} ICMPV6_ECHO_REPLY, *PICMPV6_ECHO_REPLY;
|
||||
+#endif
|
||||
|
||||
/**
|
||||
* ping implementation.
|
||||
|
@ -314,6 +314,11 @@ else
|
||||
sun.nio.ch.InheritedChannel \
|
||||
sun.nio.fs.UnixNativeDispatcher \
|
||||
|
||||
ifneq (7,$(openjdk-version))
|
||||
openjdk-headers-classes += \
|
||||
jdk.net.SocketFlow
|
||||
endif
|
||||
|
||||
openjdk-cflags += \
|
||||
"-I$(openjdk-src)/solaris/javavm/export" \
|
||||
"-I$(openjdk-src)/solaris/native/common" \
|
||||
|
Loading…
Reference in New Issue
Block a user