extra/java11-openjdk to 11.0.15.u10-2

This commit is contained in:
Kevin Mihelich 2022-06-08 12:53:20 +00:00
parent 24f430a9cc
commit 2e3177e72d

View file

@ -26,7 +26,7 @@ _minorver=0
_securityver=15 _securityver=15
_updatever=10 _updatever=10
pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever} pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
pkgrel=1 pkgrel=2
_git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever} _git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
arch=('x86_64') arch=('x86_64')
url='https://openjdk.java.net/' url='https://openjdk.java.net/'
@ -119,7 +119,7 @@ build() {
--with-lcms=system \ --with-lcms=system \
--with-zlib=system \ --with-zlib=system \
--with-harfbuzz=system \ --with-harfbuzz=system \
--with-jvm-features=zgc \ --with-jvm-features=zgc,shenandoahgc \
--enable-unlimited-crypto \ --enable-unlimited-crypto \
--disable-warnings-as-errors \ --disable-warnings-as-errors \
--with-jvm-variants=$_variants \ --with-jvm-variants=$_variants \