/hg/release/icedtea6-1.8: Allow Linux 3* to pass through the Hot...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Jul 19 17:00:09 PDT 2011
changeset c5121c10ed2f in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=c5121c10ed2f
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jul 20 00:59:54 2011 +0100
Allow Linux 3* to pass through the HotSpot OS version filter.
2011-06-28 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add new patch.
* patches/support_linux_3.patch: Allow Linux 3* through the
HotSpot OS version filter.
* NEWS: Updated.
diffstat:
ChangeLog | 8 ++++++++
Makefile.am | 3 ++-
NEWS | 1 +
patches/support_linux_3.patch | 18 ++++++++++++++++++
4 files changed, 29 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r ed75c53af605 -r c5121c10ed2f ChangeLog
--- a/ChangeLog Tue Jul 19 22:00:36 2011 +0100
+++ b/ChangeLog Wed Jul 20 00:59:54 2011 +0100
@@ -1,3 +1,11 @@
+2011-06-28 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Add new patch.
+ * patches/support_linux_3.patch:
+ Allow Linux 3* through the HotSpot OS version
+ filter.
+ * NEWS: Updated.
+
2011-07-11 Andrew John Hughes <ahughes at redhat.com>
PR744: Patching error
diff -r ed75c53af605 -r c5121c10ed2f Makefile.am
--- a/Makefile.am Tue Jul 19 22:00:36 2011 +0100
+++ b/Makefile.am Wed Jul 20 00:59:54 2011 +0100
@@ -387,7 +387,8 @@
patches/openjdk/6675802-securityExceptions-applets.patch \
patches/openjdk/6691503-malicious-applet-always-on-top.patch \
patches/jtreg-LastErrorString.patch \
- patches/mark_sun_toolkit_privileged_code.patch
+ patches/mark_sun_toolkit_privileged_code.patch \
+ patches/support_linux_3.patch
if WITH_ALT_HSBUILD
ICEDTEA_PATCHES += patches/hotspot/$(HSBUILD)/openjdk-6886353-ignore_deoptimizealot.patch \
diff -r ed75c53af605 -r c5121c10ed2f NEWS
--- a/NEWS Tue Jul 19 22:00:36 2011 +0100
+++ b/NEWS Wed Jul 20 00:59:54 2011 +0100
@@ -12,6 +12,7 @@
* Bug fixes
- PR744: icedtea6-1.10.2 : patching error
+ - PR748: Icedtea6 fails to build with Linux 3.0.
New in release 1.8.8 (2011-06-07):
diff -r ed75c53af605 -r c5121c10ed2f patches/support_linux_3.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/support_linux_3.patch Wed Jul 20 00:59:54 2011 +0100
@@ -0,0 +1,19 @@
+# HG changeset patch
+# User andrew
+# Date 1309217125 -3600
+# Node ID f7e8b10f51c6a622520b55df0c644fb09ec78542
+# Parent b8227c320dec384a94026fcaa650b0ebd4eef13b
+Allow building HotSpot with any Linux 3 version.
+
+diff -r b8227c320dec -r f7e8b10f51c6 make/linux/Makefile
+--- openjdk/hotspot/make/linux/Makefile Wed Jun 15 18:56:52 2011 +0100
++++ openjdk/hotspot/make/linux/Makefile Tue Jun 28 00:25:25 2011 +0100
+@@ -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% 3%
+ OS_VERSION := $(shell uname -r)
+ EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
+
More information about the distro-pkg-dev
mailing list