diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-03-19 07:16:31 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-03-19 07:18:33 +0000 |
commit | bd800c7cf8179a9f81f348c678543547242dddc0 (patch) | |
tree | 1508565614b07cf9a7e7261e3c3e179cecebe5de /community/openjdk8/icedtea-jdk-musl.patch | |
parent | 86c698f4cb314cb43084373ef63c5d5b4da227c9 (diff) | |
download | aports-bd800c7cf8179a9f81f348c678543547242dddc0.tar.bz2 aports-bd800c7cf8179a9f81f348c678543547242dddc0.tar.xz |
community/openjdk8: upgrade to 3.7.0 (java 8u161b12)
fixes #3678
ref https://github.com/alpinelinux/aports/pull/3678
Diffstat (limited to 'community/openjdk8/icedtea-jdk-musl.patch')
-rw-r--r-- | community/openjdk8/icedtea-jdk-musl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/openjdk8/icedtea-jdk-musl.patch b/community/openjdk8/icedtea-jdk-musl.patch index 7cbced1bf5..97946ba424 100644 --- a/community/openjdk8/icedtea-jdk-musl.patch +++ b/community/openjdk8/icedtea-jdk-musl.patch @@ -47,18 +47,6 @@ diff -ru openjdk.orig/jdk/src/solaris/native/java/net/Inet4AddressImpl.c openjdk #define HAS_GLIBC_GETHOSTBY_R 1 #endif -diff -ru openjdk.orig/jdk/src/solaris/native/java/net/NetworkInterface.c openjdk/jdk/src/solaris/native/java/net/NetworkInterface.c ---- openjdk.orig/jdk/src/solaris/native/java/net/NetworkInterface.c 2017-01-25 04:22:03.000000000 +0000 -+++ openjdk/jdk/src/solaris/native/java/net/NetworkInterface.c 2017-02-06 11:23:47.047832009 +0000 -@@ -46,7 +46,6 @@ - - #if defined(__linux__) - #include <sys/ioctl.h> --#include <bits/ioctls.h> - #include <sys/utsname.h> - #include <stdio.h> - #endif -Only in openjdk/jdk/src/solaris/native/java/net: NetworkInterface.c.orig diff -ru openjdk.orig/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c openjdk/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c --- openjdk.orig/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c 2017-01-25 04:22:03.000000000 +0000 +++ openjdk/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c 2017-02-06 11:23:47.047832009 +0000 @@ -70,7 +58,6 @@ diff -ru openjdk.orig/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c #include <sys/utsname.h> #include <netinet/ip.h> -Only in openjdk/jdk/src/solaris/native/java/net: PlainDatagramSocketImpl.c.orig diff -ru openjdk.orig/jdk/src/solaris/native/java/net/PlainSocketImpl.c openjdk/jdk/src/solaris/native/java/net/PlainSocketImpl.c --- openjdk.orig/jdk/src/solaris/native/java/net/PlainSocketImpl.c 2017-01-25 04:22:03.000000000 +0000 +++ openjdk/jdk/src/solaris/native/java/net/PlainSocketImpl.c 2017-02-06 11:23:47.047832009 +0000 |