commit 7cda79a16b4bc259bf2e4627eaad870fa588f373 Author: Mike Lothian Date: Sun Jan 20 16:45:26 2019 +0000 dev-java/icedtea: Allow kernel 5 diff --git a/openjdk-boot/hotspot/make/linux/Makefile b/openjdk-boot/hotspot/make/linux/Makefile index 17c14097..02cb0b33 100644 --- a/openjdk-boot/hotspot/make/linux/Makefile +++ b/openjdk-boot/hotspot/make/linux/Makefile @@ -233,7 +233,7 @@ checks: check_os_version check_j2se_version # Solaris 2.5.1, 2.6). # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok. -SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4% +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4% 5% OS_VERSION := $(shell uname -r) EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION)) diff --git a/openjdk/hotspot/make/linux/Makefile b/openjdk/hotspot/make/linux/Makefile index 17c14097..02cb0b33 100644 --- a/openjdk/hotspot/make/linux/Makefile +++ b/openjdk/hotspot/make/linux/Makefile @@ -233,7 +233,7 @@ checks: check_os_version check_j2se_version # Solaris 2.5.1, 2.6). # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok. -SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4% +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4% 5% OS_VERSION := $(shell uname -r) EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))