corda/openjdk-patches
Joel Dice ad945c00a6 patch Inet4AddressImpl.c to declare IcmpSendEcho2Ex
Apparently the MinGW header files don't declare it, despite it being
part of liblphlapi.a.  More confusingly, it didn't break anything for
64-bit builds because the compiler used an implicit declaration that
matched the link-time symbol name.  Alas, no such luck for 32-bit
builds, since the implicit declaration was not annotated with the @48
stdcall argument stack size, so the build died at link time.
2016-07-01 17:53:04 -07:00
..
Inet4AddressImpl.c.8.patch patch Inet4AddressImpl.c to declare IcmpSendEcho2Ex 2016-07-01 17:53:04 -07:00
Inet6AddressImpl.c.8.patch fix Linux openjdk build regression 2016-01-13 08:14:22 -07:00
java_props_macosx.c.patch prevent openjdk-src build from trying to load the installed 'JavaRuntimeSupport' (fixes #128) 2013-12-07 18:49:23 -07:00
java_props_md.c.8.windows.patch replace preprocessor __try/__except hack with patch 2016-01-13 09:47:52 -08:00