mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/java8-openjdk to 8.u252-1
This commit is contained in:
parent
18a97fa655
commit
2dd7bcfbf4
1 changed files with 13 additions and 13 deletions
|
@ -14,11 +14,11 @@ buildarch=22
|
||||||
pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src')
|
pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src')
|
||||||
pkgbase=java8-openjdk
|
pkgbase=java8-openjdk
|
||||||
_java_ver=8
|
_java_ver=8
|
||||||
_jdk_update=242
|
_jdk_update=252
|
||||||
_jdk_build=08
|
_jdk_build=09
|
||||||
pkgver=${_java_ver}.u${_jdk_update}
|
pkgver=${_java_ver}.u${_jdk_update}
|
||||||
_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
|
_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://openjdk.java.net/'
|
url='https://openjdk.java.net/'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
@ -37,14 +37,14 @@ source=(jdk8u-${_repo_ver}.tar.gz::${_url_src}/archive/${_repo_ver}.tar.gz
|
||||||
8143245-pr3548.patch
|
8143245-pr3548.patch
|
||||||
8197981-pr3548.patch)
|
8197981-pr3548.patch)
|
||||||
|
|
||||||
sha256sums=('1f852e33c373d6f0b3d8383febc66816c04bd3efa301ecf874a6befa2b243ab3'
|
sha256sums=('a5f8d6ba216c30c93ee49324a077791df3bc0a0ac8b9560e06c37f2e8c68c005'
|
||||||
'84078de4432b735b33f6da1b60997d2c6b4da82dd32b0109eb47ea262e9a2889'
|
'5d75faf658e2a969c75921621a64125f9248686888186c36622dd54b73c14497'
|
||||||
'8b799f2ef8e804110aa6ccd23fc46a04047141f7f8ad32936a6fc66f828b24a2'
|
'd9951b6e0c8396a4442d548ca3e585a4e32391c78d3c772f0f57074ab15103cf'
|
||||||
'7f7f0d8526ead3cd02eabb9b0485670bdd6d239e72419b6db56c7836f45c146f'
|
'c127845fc1dcc2e5da1e6fdd3f760630cbb3f40c25b5f7330cacae8526a7e27d'
|
||||||
'ec53d7140b32a3c3fbcf53b2867803dd220e57cddf6e4529905925f0e372e9f1'
|
'62431eb8144ff34e26256fb0e79f72c5ce589bdc7a14c780ca1cc6ff4407f884'
|
||||||
'8e656bcba39808b2a86df5729d5265df06151a1cf7e58f0cb38f5d94d1ccbdc4'
|
'128c9a2603461a5fd970bbe6dc99256ed4d996455fe04aa65853833824c8d77d'
|
||||||
'c4e7e8f23ea96ae6f5945b026f7769c02e7d63de78efd8fa2493b64373685da9'
|
'1900dd43ecd44fad6a766049c68b443063be0e47088b84a30e6056deb775ee27'
|
||||||
'18bbf98a240c057023e463f81a4623b05cb28546e47fcf7602c7c7accf579d62'
|
'7d7697216420e16343f50849ef2f05b540f4087243445889353d2bef8aec8fe7'
|
||||||
'305c779ab087853a0eba3532355225be52a779c38b5652fc7485794533d8cf8d'
|
'305c779ab087853a0eba3532355225be52a779c38b5652fc7485794533d8cf8d'
|
||||||
'c0bb1ae19f08c221156df15d7d8c5a4168c55179a186f3054dd4ac0591ec8501')
|
'c0bb1ae19f08c221156df15d7d8c5a4168c55179a186f3054dd4ac0591ec8501')
|
||||||
|
|
||||||
|
@ -83,8 +83,8 @@ build() {
|
||||||
export MAKEFLAGS=${MAKEFLAGS/-j*}
|
export MAKEFLAGS=${MAKEFLAGS/-j*}
|
||||||
|
|
||||||
# Avoid optimization of HotSpot being lowered from O3 to O2
|
# Avoid optimization of HotSpot being lowered from O3 to O2
|
||||||
export CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} -Wno-error=deprecated-declarations -Wno-error=stringop-overflow= -Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse -fno-delete-null-pointer-checks"
|
export CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} -Wno-error=deprecated-declarations -Wno-error=stringop-overflow= -Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse -fno-delete-null-pointer-checks -fcommon"
|
||||||
export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
|
export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS} -fcommon"
|
||||||
|
|
||||||
install -d -m 755 "${srcdir}/${_prefix}/"
|
install -d -m 755 "${srcdir}/${_prefix}/"
|
||||||
sh configure \
|
sh configure \
|
||||||
|
|
Loading…
Reference in a new issue