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'. --- distro/base.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'distro/base.scm') diff --git a/distro/base.scm b/distro/base.scm index 7ff15ad2eb..78beb9f6c3 100644 --- a/distro/base.scm +++ b/distro/base.scm @@ -163,6 +163,9 @@ substituting multiple occurrences of a string within a file.") (base32 "0hbdkzmchq9ycr2x1pxqdcgdbaxksh8c6ac0jf75jajhcks6jlss")))) (build-system gnu-build-system) + (inputs `(("patch/gets" ,(search-patch "tar-gets-undeclared.patch")))) + (arguments + `(#:patches (list (assoc-ref %build-inputs "patch/gets")))) (description "GNU implementation of the `tar' archiver") (long-description "The Tar program provides the ability to create tar archives, as well as -- cgit v1.2.3