From: Jim Meyering Date: Thu, 27 Oct 2011 17:04:45 +0000 (+0200) Subject: build: avoid bootstrap failure when using patch-2.5.8 X-Git-Tag: v8.15~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f703c0007ee723e4d449685b48ed623f338f57;p=thirdparty%2Fcoreutils.git build: avoid bootstrap failure when using patch-2.5.8 * gl/modules/tempname.diff: Regenerate to correct bogus offsets and adjust for 1-line offset. Eric Blake reported that this patch failed to apply when using patch-2.5.8. Note that it applies fine using patch-2.6.1. --- diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff index c5278d9977..65d5205389 100644 --- a/gl/modules/tempname.diff +++ b/gl/modules/tempname.diff @@ -1,14 +1,14 @@ ---- /gnulib/modules/tempname 2011-06-17 11:41:46.070787376 +0200 -+++ gl/modules/tempname 2011-06-17 11:43:49.571154551 +0200 -@@ -1,2 +1,2 @@ +--- tempname 2011-10-27 18:55:14.672722002 +0200 ++++ tempname 2011-10-27 18:55:25.200999149 +0200 +@@ -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. Files: lib/tempname.c -@@ -10,6 +10,8 @@ Depends-on: - extensions +@@ -11,6 +11,8 @@ extensions + fcntl-h gettimeofday lstat +randint