summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-09-01 19:21:06 +0200
committerLudovic Courtès <ludo@gnu.org>2012-09-02 16:05:41 +0200
commit472894aae8b59fa45dccb2b9cef9ff6ed27b152d (patch)
tree5caaf30982baaaf028723fcad314e742cb8719f1 /Makefile.am
parent946b72c92408c59ac02d0f97d4e241a9098d742f (diff)
downloadpatches-472894aae8b59fa45dccb2b9cef9ff6ed27b152d.tar
patches-472894aae8b59fa45dccb2b9cef9ff6ed27b152d.tar.gz
distro: tar: Allow builds with glibc 2.16+.
* distro/patches/tar-gets-undeclared.patch: New file. * Makefile.am (dist_patch_DATA): Add it. * distro/base.scm (tar): Apply. `tar-gets-undeclared.patch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bdcb90a701..8ba72cf94c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,8 @@ dist_patch_DATA = \
distro/patches/m4-s_isdir.patch \
distro/patches/make-impure-dirs.patch \
distro/patches/findutils-absolute-paths.patch \
- distro/patches/readline-link-ncurses.patch
+ distro/patches/readline-link-ncurses.patch \
+ distro/patches/tar-gets-undeclared.patch
nobase_nodist_guilemodule_DATA = $(GOBJECTS)