Fix path in patch
This commit is contained in:
parent
f9aa0aa4f8
commit
ec16abc661
@ -9,8 +9,8 @@ Summary: The build should not be turning off debugging if it has been requested.
|
|||||||
Reviewed-by: erikj, dholmes
|
Reviewed-by: erikj, dholmes
|
||||||
|
|
||||||
diff --git a/makefiles/CompileNativeLibraries.gmk b/makefiles/CompileNativeLibraries.gmk
|
diff --git a/makefiles/CompileNativeLibraries.gmk b/makefiles/CompileNativeLibraries.gmk
|
||||||
--- openjdk/makefiles/CompileNativeLibraries.gmk
|
--- openjdk/jdk/makefiles/CompileNativeLibraries.gmk
|
||||||
+++ openjdk/makefiles/CompileNativeLibraries.gmk
|
+++ openjdk/jdk/makefiles/CompileNativeLibraries.gmk
|
||||||
@@ -63,7 +63,12 @@
|
@@ -63,7 +63,12 @@
|
||||||
# Use this variable to set DEBUG_SYMBOLS true on windows for all libraries, but
|
# Use this variable to set DEBUG_SYMBOLS true on windows for all libraries, but
|
||||||
# not on other platforms.
|
# not on other platforms.
|
@ -217,7 +217,7 @@ Patch302: %{name}-arm64-missing-includes.patch
|
|||||||
|
|
||||||
# These patches are already upstream but not included in the port yet
|
# These patches are already upstream but not included in the port yet
|
||||||
# http://hg.openjdk.java.net/jdk8/build/jdk/rev/88125d32eb06
|
# http://hg.openjdk.java.net/jdk8/build/jdk/rev/88125d32eb06
|
||||||
Patch303: 8011366-root.patch
|
Patch303: 8011366-jdk.patch
|
||||||
# http://hg.openjdk.java.net/jdk8/build/jdk/rev/f559fadbf491
|
# http://hg.openjdk.java.net/jdk8/build/jdk/rev/f559fadbf491
|
||||||
Patch304: 8015087-jdk.patch
|
Patch304: 8015087-jdk.patch
|
||||||
# http://hg.openjdk.java.net/jdk8/build/rev/cb51fb4789ac
|
# http://hg.openjdk.java.net/jdk8/build/rev/cb51fb4789ac
|
||||||
|
Loading…
Reference in New Issue
Block a user