summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-08-17 12:39:30 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-08-17 12:39:30 +0200
commitcf776672172eae7cb1967ac299b673478be67368 (patch)
tree56dd7f549af4f73778c05b9993b08437b67f27c8 /recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch
parentbdb10ce175f9a849c358f9c23838cfedb0ba119d (diff)
downloadmeta-java-cf776672172eae7cb1967ac299b673478be67368.tar.gz
openjdk6: update to icedtea version 1.11.3
* new patch for fixing crosscompile of rmi
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch')
-rw-r--r--recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch b/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch
new file mode 100644
index 0000000..acd3e1e
--- /dev/null
+++ b/recipes-core/openjdk/openjdk-6-6b24/icedtea-jdk-rmi-crosscompile.patch
@@ -0,0 +1,13 @@
1diff --git openjdk/jdk/make/com/sun/jmx/Makefile openjdk/jdk/make/com/sun/jmx/Makefile
2index bdc1f8f..76f0c00 100644
3--- openjdk/jdk/make/com/sun/jmx/Makefile
4+++ openjdk/jdk/make/com/sun/jmx/Makefile
5@@ -102,7 +102,7 @@ FILES_ties = $(subst javax/management/remote/rmi/,javax/management/remote/rmi/
6 # when available, we need to run with latest rmic version available. rmic
7 # launch tool not built at this stage but we can invoke via rmi class.
8
9-RMIC_JAVA = $(OUTPUTDIR)/bin/java
10+RMIC_JAVA = $(BOOTDIR)/bin/java
11 # need to treat 64bit solaris differently
12 ifeq ($(PLATFORM)-$(LIBARCH), solaris-amd64)
13 RMIC_JAVA = $(OUTPUTDIR)/bin/amd64/java