summaryrefslogtreecommitdiff
path: root/src/stage4/patches/grep.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/grep.patch')
-rw-r--r--src/stage4/patches/grep.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage4/patches/grep.patch b/src/stage4/patches/grep.patch
new file mode 100644
index 0000000..4f26f04
--- /dev/null
+++ b/src/stage4/patches/grep.patch
@@ -0,0 +1,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
+ }
+