openjdk11-boot: 11.0.11+1 -> 11.0.11+6

This commit is contained in:
Tim Biermann 2021-03-14 15:34:29 +01:00
parent 010911efd6
commit 23e05e6ed8
Signed by: tb
GPG Key ID: 42F8B4E30B673606

View File

@ -1,23 +1,19 @@
# Description: OpenJDK 11 (minimal pkg for bootstrapping)
# URL: https://openjdk.java.net/
# Maintainer:
# Depends on: alsa-lib cups fontconfig freetype giflib krb5 lcms2 libffi libjpeg-turbo libpng libxslt nss unzip xorg-libxrandr xorg-libxt xorg-libxtst zip
# Depends on: alsa-lib cups fontconfig giflib krb5 lcms2 libxslt nss unzip xorg-libxrandr xorg-libxt xorg-libxtst zip
name=openjdk11-boot
version=11.0.11+1
version=11.0.11+6
_boot_ver=20210207
_cert_ver=20200215
_jdkhash=4ed322bf6b00
_jdkver=4ed322bf6b00
release=1
source=(https://crux.ster.zone/downloads/java/openjdk-11.0.11+1.tar.xz
https://crux.ster.zone/downloads/java/openjdk10-boot-$_boot_ver.tar.xz
https://crux.ster.zone/downloads/java/java_cacerts-${_cert_ver})
build() {
# Make sure we do not have ccache masquerade directory in PATH.
# Use --enable-ccache instead of providing a wrapped compiler.
# NOTE: the check for usr/bin/ccache may be too specific, since it rules out
# local or opt installs.
if [ -e '/usr/bin/ccache' ]; then
PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')
PKGMK_JDK11+=' --enable-ccache'
@ -63,8 +59,8 @@ build() {
--with-zlib=system
--with-lcms=system"
LC_ALL=C
/bin/bash ../jdk11u-$_jdkhash/configure $PKGMK_JDK11 \
LC_ALL=C \
/bin/bash $SRC/jdk11u-$_jdkver/configure $PKGMK_JDK11 \
--prefix=$SRC/build-boot/images/jdk \
$_COMMON_OPTIONS \
--with-extra-cflags="$_CFLAGS" \
@ -79,8 +75,8 @@ build() {
cd $SRC/build
LC_ALL=C
/bin/bash ../jdk11u-$_jdkhash/configure $PKGMK_JDK11 \
LC_ALL=C \
/bin/bash $SRC/jdk11u-$_jdkver/configure $PKGMK_JDK11 \
--prefix=/$name \
$_COMMON_OPTIONS \
--with-extra-cflags="$_CFLAGS" \