summaryrefslogtreecommitdiff
path: root/src/stage4/patches/gawk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/gawk.patch')
-rw-r--r--src/stage4/patches/gawk.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stage4/patches/gawk.patch b/src/stage4/patches/gawk.patch
deleted file mode 100644
index a6286e0..0000000
--- a/src/stage4/patches/gawk.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/PKGBUILD 2018-03-21 07:47:28.538565741 +0100
-+++ b/PKGBUILD 2018-03-21 08:04:36.575616264 +0100
-@@ -25,7 +25,8 @@ build() {
-
- check() {
- cd ${srcdir}/${pkgname}-${pkgver}
-- make check
-+ # benign testsuite failure when networking is disabled
-+ make check || true
- }
-
- package() {