openjdk11-jdk: small cleanup

This commit is contained in:
Danny Rawlins 2021-10-10 16:25:47 +11:00
parent 9d63cb53df
commit c9f7444031
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31DhI4kKQWOEWV9W77OrkxWypO8qpTu6DRQO5xTx6aFwurUQ2518E/L7xo/ykiZpfkAKTHlSEoVbiJbj0aAh9Qs=
SHA256 (Pkgfile) = 541bcbd72ccd4401380065927b43a6a595bfae74603baba97567d5fd8eaae4d9
RWSagIOpLGJF3wvrlC6j4QhRemStQ5NPxZjeQjKYcgWChHzGD6Osbhu7D6Z300W3tuT3Xdct477moU4U0PaiEZK07A6wVCb2Aw8=
SHA256 (Pkgfile) = 649ae42b492e687a1a4239cfe4107c108bfc2d8360983d2164f0ae46bd7a9479
SHA256 (.footprint) = 03377f0471c2680d08f519ce02e0b2f9e6e3c34c4cd8fa7c695029043ca80666
SHA256 (jdk-11.0.13+7.tar.gz) = 7ea505fdef0d3b8f0f08181aefc5dc90d63d9eca83012187993b8d8aa504b9e8
SHA256 (openjdk11-boot-20210620.tar.xz) = 03a0f8cb544282c589bd8e701311841a68558b93ea36cebf76e1f21c444e204b

View File

@ -6,10 +6,9 @@
name=openjdk11-jdk
version=11.0.13+7
_version=11.0.13-7
_boot_ver=20210620
_cert_ver=20210620
release=2
release=1
source=(#http://hg.openjdk.java.net/jdk-updates/jdk11u/archive/jdk-$version.tar.bz2
https://github.com/openjdk/jdk11u/archive/refs/tags/jdk-$version.tar.gz
https://crux.ster.zone/downloads/java/openjdk11-boot-$_boot_ver.tar.xz
@ -47,7 +46,7 @@ build() {
cd $SRC/build
LC_ALL=C
/bin/bash ../jdk11u-jdk-$_version/configure $PKGMK_JDK11 \
/bin/bash ../jdk11u-jdk-${version/+/-}/configure $PKGMK_JDK11 \
--prefix=/usr/lib/java/$name \
--disable-hotspot-gtest \
--disable-precompiled-headers \