extra/java11-openjdk to 11.0.18.u10-2

This commit is contained in:
Kevin Mihelich 2023-01-18 19:12:46 +00:00
parent 6b8f4f61ea
commit cac1d9d45b

View file

@ -26,7 +26,7 @@ _minorver=0
_securityver=18
_updatever=10
pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
pkgrel=1
pkgrel=2
_git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
arch=('x86_64')
url='https://openjdk.java.net/'
@ -60,10 +60,10 @@ else
_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
fi
_nonheadless=(lib/libawt_xawt.{so,debuginfo}
lib/libjawt.{so,debuginfo}
lib/libjsound.{so,debuginfo}
lib/libsplashscreen.{so,debuginfo})
_nonheadless=(lib/libawt_xawt.so
lib/libjawt.so
lib/libjsound.so
lib/libsplashscreen.so)
build() {
cd ${_jdkdir}
@ -120,6 +120,7 @@ build() {
--with-zlib=system \
--with-harfbuzz=system \
--with-jvm-features=zgc,shenandoahgc \
--with-native-debug-symbols=internal \
--enable-unlimited-crypto \
--disable-warnings-as-errors \
--with-jvm-variants=$_variants \