diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2015-05-21 16:47:26 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2015-05-23 22:24:25 +0300 |
commit | 94d915d0b0f33a453d902bbffbbb62c241dbab99 (patch) | |
tree | 85e084381cd0a339a14e1b39c62ecb0fc0e838d0 /gnu-system.am | |
parent | dedaf76f662eedfe34a3753666c536bfe876bb29 (diff) | |
download | patches-94d915d0b0f33a453d902bbffbbb62c241dbab99.tar patches-94d915d0b0f33a453d902bbffbbb62c241dbab99.tar.gz |
gnu: base: Fix a bug that occurs in non-Linux systems.
* gnu/packages/base.scm (tar): Apply patch.
* gnu/packages/patches/tar-d_ino_in_dirent-fix.patch: New file.
* 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 26228fccfa..2641b9a3c5 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -541,6 +541,7 @@ dist_patch_DATA = \ gnu/packages/patches/slim-sigusr1.patch \ gnu/packages/patches/soprano-find-clucene.patch \ gnu/packages/patches/superlu-dist-scotchmetis.patch \ + gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ |