diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-06 23:10:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-06 23:11:41 +0200 |
commit | 177088a3f389fad56bf1a3a99e5d34166ebceb86 (patch) | |
tree | f8d27d0a5a7551cc5f0ab6dc8466148255e68a3a /gnu-system.am | |
parent | 1f06b28899c2d18a70715c9bc3922f45815501a1 (diff) | |
download | patches-177088a3f389fad56bf1a3a99e5d34166ebceb86.tar patches-177088a3f389fad56bf1a3a99e5d34166ebceb86.tar.gz |
gnu: net-tools: Allow compilation with current libc and GCC.
* gnu/packages/patches/net-tools-bitrot.patch: New file.
* gnu/packages/linux.scm (net-tools): 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 baefa9f7ba..1e875becb7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -378,6 +378,7 @@ dist_patch_DATA = \ gnu/packages/patches/mpc123-initialize-ao.patch \ gnu/packages/patches/module-init-tools-moduledir.patch \ gnu/packages/patches/mupdf-buildsystem-fix.patch \ + gnu/packages/patches/net-tools-bitrot.patch \ gnu/packages/patches/nvi-assume-preserve-path.patch \ gnu/packages/patches/orpheus-cast-errors-and-includes.patch \ gnu/packages/patches/ots-no-include-missing-file.patch \ |