mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/java-openjdk to 20.0.1.u9-3.1
This commit is contained in:
parent
4637e0b39a
commit
7135f1d126
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue