extra/java-openjdk to 20.0.1.u9-3.1

This commit is contained in:
Kevin Mihelich 2023-05-09 02:43:33 +00:00
parent 4637e0b39a
commit 7135f1d126

View file

@ -9,7 +9,7 @@
# - don't build docs, removed docs package; takes a day to build
# - replace --with-num-cores with --with-jobs
# - remove --enable-jvm-feature-zgc from configure, not supported on ARM
# - remove --with-native-debug-symbols=internal, OOM
# - set --with-native-debug-symbols=none, OOM
# TODO add test, see about packaging jtreg and using it here
# TODO see about building with OpenJDK10
@ -29,7 +29,7 @@ _securityver=1
_updatever=9
pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
#pkgver=${_majorver}.u${_updatever}
pkgrel=3
pkgrel=3.1
_git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
#_git_tag=jdk-${_majorver}+${_updatever}
arch=('x86_64')
@ -137,6 +137,7 @@ build() {
--with-lcms=system \
--with-zlib=system \
--with-harfbuzz=system \
--with-native-debug-symbols=none \
--enable-unlimited-crypto \
--disable-warnings-as-errors \
--with-jvm-variants=$_variants \