extra/java17-openjdk to 17.0.6.u10-2

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

View file

@ -20,7 +20,7 @@ _securityver=6
_updatever=10
pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
#pkgver=${_majorver}.u${_updatever}
pkgrel=1
pkgrel=2
_git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
#_git_tag=jdk-${_majorver}+${_updatever}
arch=('x86_64')
@ -55,10 +55,10 @@ else
_imgdir=${_jdkdir}/build/linux-${_JARCH}-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}
@ -115,6 +115,7 @@ build() {
--with-stdc++lib=dynamic \
--with-extra-cflags="${_CFLAGS}" \
--with-extra-cxxflags="${_CXXFLAGS}" \
--with-native-debug-symbols=internal \
--with-extra-ldflags="${_LDFLAGS}" \
--with-libjpeg=system \
--with-giflib=system \