mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
Revert "openjdk11: update to 11.0.27+1."
This reverts commit 4b507f9635
.
build fails with openjdk10-bootstrap on the builders:
configure: Found potential Boot JDK using configure arguments
configure: Potential Boot JDK found at /usr/lib/jvm/java-10-openjdk is not a working JDK; ignoring
configure: Output from java -version was: Error occurred during initialization of VM
Too small maximum heap
configure: error: The path given by --with-boot-jdk does not contain a valid Boot JDK
configure exiting with result code 1
This commit is contained in:
parent
a4ef229875
commit
10cff134a8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openjdk11'
|
||||
pkgname=openjdk11
|
||||
version=11.0.27+1
|
||||
version=11.0.25+5
|
||||
revision=1
|
||||
_java_ver="${version%%.*}"
|
||||
_jdk_home="usr/lib/jvm/openjdk${_java_ver}"
|
||||
|
@ -38,7 +38,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|||
license="GPL-2.0-only WITH Classpath-exception-2.0"
|
||||
homepage="http://openjdk.java.net/"
|
||||
distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
|
||||
checksum=47b0492214fedf22a37fcd2223855c28ef36b3b5f60c4d6e046664b25e00620e
|
||||
checksum=fb7e68bbaf9174605504e04331b3eadfeb37c23437598a04776fd3a9c085ace2
|
||||
alternatives="jdk:/usr/lib/jvm/default-jdk:/${_jdk_home}"
|
||||
provides="java-environment-${version}_1"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue