summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch b/recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch
index 52aad95..a8d2786 100644
--- a/recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/handle_extra_output.patch
@@ -2,10 +2,8 @@ When adding the environment variable JAVA_TOOL_OPTIONS an extra line
2in the output from 'java -version' is produced. As this output is 2in the output from 'java -version' is produced. As this output is
3parsed by configure script the extra line has to be filtered out. 3parsed by configure script the extra line has to be filtered out.
4 4
5Index: jdk8u-e8bed1496ff2/common/autoconf/boot-jdk.m4 5--- jdk8u-4be07cb28b21.orig/common/autoconf/boot-jdk.m4
6=================================================================== 6+++ jdk8u-4be07cb28b21/common/autoconf/boot-jdk.m4
7--- jdk8u-e8bed1496ff2.orig/common/autoconf/boot-jdk.m4
8+++ jdk8u-e8bed1496ff2/common/autoconf/boot-jdk.m4
9@@ -51,7 +51,7 @@ AC_DEFUN([BOOTJDK_DO_CHECK], 7@@ -51,7 +51,7 @@ AC_DEFUN([BOOTJDK_DO_CHECK],
10 BOOT_JDK_FOUND=no 8 BOOT_JDK_FOUND=no
11 else 9 else