summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-03-05 09:30:55 +0000
committerMaxin B. John <maxin.john@intel.com>2018-03-05 13:55:30 +0200
commit9520a8d47a679f7273f011450b15da5f4acd2313 (patch)
tree3543bcc6e0b4ebb490cad4498efc76446a1204b1 /recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch
parent29c72c6dd6e836c2f55734626dbd780dd8db56a7 (diff)
downloadmeta-java-9520a8d47a679f7273f011450b15da5f4acd2313.tar.gz
openjdk-8: Upgrade to u162b12
- openjdk8-fix-zero-mode-crash.patch was a backport -> dropped - remaining patches -> refreshed - license checksum change due to address change in license file (see patch) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch b/recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch
index a8a9c1d..6454237 100644
--- a/recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/dont-expect-fqpn-for-make.patch
@@ -1,6 +1,6 @@
1--- common/autoconf/basics.m4.orig 2015-08-17 19:05:13.122672019 +0200 1--- common/autoconf/basics.m4.orig
2+++ common/autoconf/basics.m4 2015-08-17 19:13:01.482673782 +0200 2+++ common/autoconf/basics.m4
3@@ -549,10 +549,12 @@ 3@@ -555,10 +555,12 @@ AC_DEFUN([BASIC_CHECK_GNU_MAKE],
4 # We need to find a recent version of GNU make. Especially on Solaris, this can be tricky. 4 # We need to find a recent version of GNU make. Especially on Solaris, this can be tricky.
5 if test "x$MAKE" != x; then 5 if test "x$MAKE" != x; then
6 # User has supplied a make, test it. 6 # User has supplied a make, test it.