summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-25b30
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-02-25 17:55:57 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2014-02-25 19:12:40 +0100
commit3037c1febc3df75cd811dbde59a03dd077df162c (patch)
tree5c0725b7da1560916524906c0e2c8b8146d7df0a /recipes-core/openjdk/openjdk-7-25b30
parent4e862f09394dccc15d26c6e8768072cf98cb013f (diff)
downloadmeta-java-3037c1febc3df75cd811dbde59a03dd077df162c.tar.gz
openjdk-7-release-25b30.inc: add patch to fix hotstop build
When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-25b30')
-rw-r--r--recipes-core/openjdk/openjdk-7-25b30/icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7-25b30/icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch b/recipes-core/openjdk/openjdk-7-25b30/icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch
new file mode 100644
index 0000000..3f7d70a
--- /dev/null
+++ b/recipes-core/openjdk/openjdk-7-25b30/icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch
@@ -0,0 +1,13 @@
1diff --git openjdk/jdk/make/java/nio/Makefile openjdk/jdk/make/java/nio/Makefile
2index 898272e..c5ca547 100644
3--- openjdk/jdk/make/java/nio/Makefile
4+++ openjdk/jdk/make/java/nio/Makefile
5@@ -48,6 +48,8 @@ include FILES_java.gmk
6 include FILES_c.gmk
7 include Exportedfiles.gmk
8
9+NIO_PLATFORM_CLASSES_ROOT_DIR =
10+
11 ifeq ($(PLATFORM), windows)
12 FILES_java += \
13 sun/nio/ch/Iocp.java \