summaryrefslogtreecommitdiff
path: root/src/stage4/patches/grep.patch
blob: 4f26f04166de2731813914aefb168f63630f9638 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-03-21 10:09:30.154295409 +0100
+++ b/PKGBUILD	2018-03-21 10:33:34.400187479 +0100
@@ -26,6 +26,8 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
+  # fix a benign testsuite failure under qemu-static
+  sed -i 's/unlimited/65536/' tests/pcre-jitstack
   make check
 }