openjdk12-bootstrap: fix checksum, build
This commit is contained in:
parent
d307d9ea9a
commit
db21d15015
|
@ -0,0 +1,20 @@
|
|||
Subject: Fix build error with make >= 4.3
|
||||
Upstream: Yes
|
||||
Upstream-Url: https://bugs.openjdk.java.net/browse/JDK-8237879
|
||||
Author: Simon Frankenberger <simon-alpine@fraho.eu>
|
||||
|
||||
diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk
|
||||
index 170c3ed..697f9d2 100644
|
||||
--- a/make/common/MakeBase.gmk
|
||||
+++ b/make/common/MakeBase.gmk
|
||||
@@ -984,7 +984,9 @@ DependOnVariableHelper = \
|
||||
$(info NewVariable $1: >$(strip $($1))<) \
|
||||
$(info OldVariable $1: >$(strip $($1_old))<)) \
|
||||
$(call WriteFile, $1_old:=$(call DoubleDollar,$(call EscapeHash,$($1))), \
|
||||
- $(call DependOnVariableFileName, $1, $2))) \
|
||||
+ $(call DependOnVariableFileName, $1, $2)) \
|
||||
+ $(eval $(call DependOnVariableFileName, $1, $2): ) \
|
||||
+ ) \
|
||||
$(call DependOnVariableFileName, $1, $2) \
|
||||
)
|
||||
|
|
@ -39,7 +39,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
license="GPL-2.0-only WITH Classpath-exception-2.0"
|
||||
homepage="https://openjdk.java.net"
|
||||
distfiles="https://hg.openjdk.java.net/jdk-updates/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
|
||||
checksum=b2bcad35656b00928683416f3480ad00363b00993eb711c3e1886e4fe77eefeb
|
||||
checksum=30b8915a228df6bda0ef556494a6b886e59c46724c7a339b2ba5f97021bed709
|
||||
provides="java-environment-${version}_1 java-runtime-${version}_1"
|
||||
lib32disabled=yes
|
||||
nocross=yes
|
||||
|
|
Loading…
Reference in New Issue