summary refs log tree commit diff
path: root/pkgs/development/compilers/openjdk/linux-version-check-fix.patch
blob: 9d749a198e3f3d21c447d25b9763eaa404da66b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur openjdk-orig/hotspot/make/linux/Makefile openjdk/hotspot/make/linux/Makefile
--- openjdk-orig/hotspot/make/linux/Makefile	2011-06-27 12:10:07.000000000 -0400
+++ openjdk/hotspot/make/linux/Makefile	2011-08-10 20:08:40.879752771 -0400
@@ -230,7 +230,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% 2.7%
+SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7% 3%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))