summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch17
1 files changed, 16 insertions, 1 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch b/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch
index 39179d4..fc8fca5 100644
--- a/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch
@@ -1,5 +1,17 @@
1From 03052435dc7f1146ddd7ebe6f510a89448d33aca Mon Sep 17 00:00:00 2001
2From: Richard Leitner <richard.leitner@skidata.com>
3Date: Thu, 22 Oct 2020 09:24:50 +0200
4Subject: [PATCH 12/13] autoconf: NativeCompilation: remove sysroot
5
6Upstream-Status: Pending
7
8Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
9---
10 make/common/NativeCompilation.gmk | 6 ------
11 1 file changed, 6 deletions(-)
12
1diff --git a/make/common/NativeCompilation.gmk b/make/common/NativeCompilation.gmk 13diff --git a/make/common/NativeCompilation.gmk b/make/common/NativeCompilation.gmk
2index d961cf3..9679f97 100644 14index b4ea2c6..01082f5 100644
3--- a/make/common/NativeCompilation.gmk 15--- a/make/common/NativeCompilation.gmk
4+++ b/make/common/NativeCompilation.gmk 16+++ b/make/common/NativeCompilation.gmk
5@@ -383,10 +383,6 @@ define SetupNativeCompilation 17@@ -383,10 +383,6 @@ define SetupNativeCompilation
@@ -22,3 +34,6 @@ index d961cf3..9679f97 100644
22 $1 := $$($1_TARGET) 34 $1 := $$($1_TARGET)
23 ifneq (,$$($1_LIBRARY)) 35 ifneq (,$$($1_LIBRARY))
24 # Generating a dynamic library. 36 # Generating a dynamic library.
37--
382.26.2
39