mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/java17-openjdk to 17.0.6.u10-2
This commit is contained in:
parent
cac1d9d45b
commit
6fb34b8148
1 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue