summaryrefslogtreecommitdiff
path: root/user/openjdk7/icedtea-hotspot-kernel.patch
blob: d0ae5e65af2c19854812423fb05b00774200e1a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Support builds on kernels newer than 4.x.

--- openjdk/hotspot/make/linux/Makefile.old	2018-10-22 05:22:56.000000000 +0000
+++ openjdk/hotspot/make/linux/Makefile	2022-11-06 00:08:29.914187713 +0000
@@ -255,7 +255,7 @@
 # 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% 6%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))