diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-09-01 19:21:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-09-02 16:05:41 +0200 |
commit | 472894aae8b59fa45dccb2b9cef9ff6ed27b152d (patch) | |
tree | 5caaf30982baaaf028723fcad314e742cb8719f1 /Makefile.am | |
parent | 946b72c92408c59ac02d0f97d4e241a9098d742f (diff) | |
download | guix-472894aae8b59fa45dccb2b9cef9ff6ed27b152d.tar.gz guix-472894aae8b59fa45dccb2b9cef9ff6ed27b152d.zip |
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.am | 3 |
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) |