From 2e3177e72d0959aa78e52b04d55288359786566f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 8 Jun 2022 12:53:20 +0000 Subject: [PATCH] extra/java11-openjdk to 11.0.15.u10-2 --- extra/java11-openjdk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/java11-openjdk/PKGBUILD b/extra/java11-openjdk/PKGBUILD index 9e15d7a22..61d345bfc 100644 --- a/extra/java11-openjdk/PKGBUILD +++ b/extra/java11-openjdk/PKGBUILD @@ -26,7 +26,7 @@ _minorver=0 _securityver=15 _updatever=10 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever} -pkgrel=1 +pkgrel=2 _git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever} arch=('x86_64') url='https://openjdk.java.net/' @@ -119,7 +119,7 @@ build() { --with-lcms=system \ --with-zlib=system \ --with-harfbuzz=system \ - --with-jvm-features=zgc \ + --with-jvm-features=zgc,shenandoahgc \ --enable-unlimited-crypto \ --disable-warnings-as-errors \ --with-jvm-variants=$_variants \