From 7135f1d126f6ceb06ec46aaffc22cb7169e8fd94 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 9 May 2023 02:43:33 +0000 Subject: [PATCH] extra/java-openjdk to 20.0.1.u9-3.1 --- extra/java-openjdk/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/java-openjdk/PKGBUILD b/extra/java-openjdk/PKGBUILD index a53b4761e..ae2529ffb 100644 --- a/extra/java-openjdk/PKGBUILD +++ b/extra/java-openjdk/PKGBUILD @@ -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 \