blob: 87d81bff49c687380d03df7dfc0ae3e5c40d3cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# see also Gentoo, disable the TOOBIG test
# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99914da67e748f4eceec5a02e9ce603917d50004
source+=('libgit2-0.27.7-disable-oom-tests-on-32bit.patch')
sha256sums+=('2feabf58c149fb0c55f00d389f66c71a56ab90c7ae2fc492f8a06ec64765cbef')
prepare() {
cd "$pkgname-$pkgver"
patch -Np1 -i ../libgit2-0.27.7-disable-oom-tests-on-32bit.patch
}
|