From 9520a8d47a679f7273f011450b15da5f4acd2313 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Mon, 5 Mar 2018 09:30:55 +0000 Subject: openjdk-8: Upgrade to u162b12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Signed-off-by: Maxin B. John --- .../remove-shell-variables-from-autoheader.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch') diff --git a/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch b/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch index 92a9831..5e2f78b 100644 --- a/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch +++ b/recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch @@ -1,8 +1,8 @@ ---- common/autoconf/basics.m4.orig 2015-08-17 18:02:01.642657746 +0200 -+++ common/autoconf/basics.m4 2015-08-17 18:14:44.046660616 +0200 -@@ -466,21 +466,21 @@ +--- common/autoconf/basics.m4.orig ++++ common/autoconf/basics.m4 +@@ -472,21 +472,21 @@ AC_DEFUN_ONCE([BASIC_SETUP_OUTPUT_DIR], AC_SUBST(OUTPUT_ROOT, $OUTPUT_ROOT) - + # Most of the probed defines are put into config.h - AC_CONFIG_HEADERS([$OUTPUT_ROOT/config.h:$AUTOCONF_DIR/config.h.in]) + AC_CONFIG_HEADERS([config.h:config.h.in]) @@ -26,6 +26,6 @@ # which will look for generated configurations - AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in]) + AC_CONFIG_FILES([Makefile:Makefile.in]) - + # Save the arguments given to us echo "$CONFIGURE_COMMAND_LINE" > $OUTPUT_ROOT/configure-arguments -- cgit v1.2.3-54-g00ecf