extra/java-openjdk to 19.0.2.u7-2

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

View file

@ -28,7 +28,7 @@ _securityver=2
_updatever=7
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')
@ -63,10 +63,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}
@ -123,6 +123,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 \