From: Jim Meyering Date: Wed, 27 Jul 2011 19:48:59 +0000 (+0200) Subject: build: require gnulib's fclose module X-Git-Tag: v8.13~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9ced81139759d79abb6c985e98a1a84252a2294;p=thirdparty%2Fcoreutils.git build: require gnulib's fclose module * bootstrap.conf (gnulib_modules): Explicitly use the fclose module. This is required, now that gnulib's close module no longer depends on fclose. Without this module, we would be exposed to fclose bugs affecting at least glibc 2.13 and FreeBSD. Reported by Bernhard Voelker. Suggested by Eric Blake. --- diff --git a/bootstrap.conf b/bootstrap.conf index 937f7f3269..0ba560c031 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -70,6 +70,7 @@ gnulib_modules=" faccessat fadvise fchdir + fclose fcntl fcntl-safer fdl