summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-09-05 17:25:34 +0100
committerPádraig Brady <P@draigBrady.com>2013-09-10 12:00:34 +0100
commit46f7e05291a22a1f15f839827ed257782138fae0 (patch)
treed00eab388528da537c1fa5fe330a06ad8912290d /gl
parent54a155a37ea2736671bbbf5bf45446425314a77a (diff)
downloadcoreutils-46f7e05291a22a1f15f839827ed257782138fae0.tar.xz
build: fix corrupted patch causing bootstrap failures
The patch was corrupted in commit v8.21-50-g7b65f8e * gl/modules/tempname.diff: Fix the offsets so that the patch applies cleanly. Note that this was only apparent with patch < 2.6. With patch >= 2.6, patch will not indicate an error applying the second hunk of the patch and silently ignore it. I double checked that all patches now apply cleanly by adjusting gnulib-tool to run patch with --fuzz=0 which might be advisable going forward, even on a per project basis. The silent ignoring of hunks by newer patch(1) has been reported. Fixes http://bugs.gnu.org/15255
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/tempname.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff
index 219deed2d..6418720d8 100644
--- a/gl/modules/tempname.diff
+++ b/gl/modules/tempname.diff
@@ -2,7 +2,7 @@ diff --git a/modules/tempname b/modules/tempname
index 7fafd72..4703517 100644
--- a/modules/tempname
+++ b/modules/tempname
-@@ -1,2 +1,2 @@
+@@ -1,5 +1,5 @@
Description:
-gen_tempname() function: create a private temporary file or directory.
+gen_tempname, gen_tempname_len: create a private temporary file or directory.