summaryrefslogtreecommitdiff
path: root/extra/java8-openjdk/PKGBUILD
blob: 595f62b77fcd44ce28ac28c836724eba50e2c9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# glibc 2.28 readdir_r -> readdir hotfix (or, let's hope readdir is
# actually thread-safe internally)

source+=('hotspot-jdk8u181-b13-readdir_r.patch')
sha256sums+=('76b176e6ec65e90b1352cb42ebf6c47a11c9a632662c31ff413965d03e3a5d41')

eval "$(
  declare -f prepare | \
    sed '
       /^}$/ i cd ${srcdir}/hotspot-${_repo_ver} && patch -Np1 < "${srcdir}/hotspot-jdk8u181-b13-readdir_r.patch"
    '
)"

eval "$(
  declare -f build | \
    sed '
       s/-Wno-error=deprecated-declarations/-Wno-error=deprecated-declarations -Wno-error=deprecated/
    '
)"

eval "$(
  declare -f package_jre8-openjdk-headless | \
    sed '
      s/^\s*rm\s/\0-f /
      T
      s/ -f -f / -f /
    '
)"

# i486-specific
if [ "${CARCH}" = "i486" ]; then
  _JARCH=i386
fi