FYI, >From 695e076ab3ffb2b70e6d9ec3c5b568b35e9bbab1 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 24 Mar 2010 18:44:32 +0100 Subject: [PATCH] portability: use gnulib's lseek wrapper
* bootstrap.conf (gnulib_modules): Use gnulib's lseek wrapper, for improved portability. lseek does not fail with ESPIPE on pipes on some systems. --- bootstrap.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 13c0642..df7b95f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -42,6 +42,7 @@ hard-locale ignore-value intprops isdir +lseek locale malloc maintainer-makefile -- 1.7.0.3.435.g097f4
