mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/java11-openjdk to 11.0.15.u10-2
This commit is contained in:
parent
24f430a9cc
commit
2e3177e72d
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue