[arch-commits] Commit in java-openjdk/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Oct 27 09:05:57 UTC 2018


    Date: Saturday, October 27, 2018 @ 09:05:56
  Author: anthraxx
Revision: 337365

upgpkg: java-openjdk 11.0.1.u13-2 support for ZGC

Modified:
  java-openjdk/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-27 08:43:40 UTC (rev 337364)
+++ PKGBUILD	2018-10-27 09:05:56 UTC (rev 337365)
@@ -17,7 +17,7 @@
 _minorver=0
 _securityver=1
 _updatever=13
-pkgrel=1
+pkgrel=2
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
@@ -97,6 +97,7 @@
     --with-libpng=system \
     --with-lcms=system \
     --with-zlib=system \
+    --with-jvm-features=zgc \
     --enable-unlimited-crypto \
     --disable-warnings-as-errors \
     ${NUM_PROC_OPT}



More information about the arch-commits mailing list