Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/re2/PKGBUILD
blob: 1cd3474266b6efad157fa7607fd83b8679845b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# compiler-test fails in InsufficientMemory test due to the change of
# the size of the DFA
# bug: https://github.com/google/re2/issues/256
# patch: https://github.com/google/re2/commit/bde1ea09550a61b4a092cdf0e3ba8dca4200947a
source+=('re2-2020-05-01-compile-test-out-of-memory-fix.patch')
sha256sums+=('bef199b3c77cd6477d9f3950acc5d017ce4a53e447827f01a4706e7e8980b220')

eval "$(
  {
    declare -f prepare || \
    printf 'prepare() {\n}\n'
  } \
  | sed '
    $ i cd "$pkgname-$_re2ver"; patch -Np1 -i "${srcdir}"/re2-2020-05-01-compile-test-out-of-memory-fix.patch
  '
)"