mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/java11-openjdk to 11.0.18.u10-2
This commit is contained in:
parent
6b8f4f61ea
commit
cac1d9d45b
1 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue