From 472894aae8b59fa45dccb2b9cef9ff6ed27b152d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 1 Sep 2012 19:21:06 +0200 Subject: 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'. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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) -- cgit v1.2.3