diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-14 10:42:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-14 10:43:08 +0100 |
commit | 76002e54f2280f5a6416438c513aab14ecddb138 (patch) | |
tree | 43e1633848f41e9c9f26162c0b73e4491b2ce634 /gnu-system.am | |
parent | ca7ef4d41854218c6e6910e1b7d9224382252c58 (diff) | |
download | patches-76002e54f2280f5a6416438c513aab14ecddb138.tar patches-76002e54f2280f5a6416438c513aab14ecddb138.tar.gz |
gnu: gawk: Protect against random failures of the 'fts' test.
* gnu/packages/patches/gawk-fts-test.patch: New file.
* gnu/packages/gawk.scm (gawk)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 0ce1a3f015..3eb01c3b1c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -467,6 +467,7 @@ dist_patch_DATA = \ gnu/packages/patches/flint-ldconfig.patch \ gnu/packages/patches/fltk-shared-lib-defines.patch \ gnu/packages/patches/freeimage-CVE-2015-0852.patch \ + gnu/packages/patches/gawk-fts-test.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gcc-arm-link-spec-fix.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ |