diff options
author | Jim Meyering <meyering@redhat.com> | 2011-07-27 21:48:59 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-07-29 15:23:02 +0200 |
commit | e9ced81139759d79abb6c985e98a1a84252a2294 (patch) | |
tree | b37e18cee6b00b2799dec667d10ecf0756b8f473 | |
parent | 0be1ae66206bf109c0e6870c94c61d4dc6c8e2a7 (diff) | |
download | coreutils-e9ced81139759d79abb6c985e98a1a84252a2294.tar.xz |
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.
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 937f7f326..0ba560c03 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -70,6 +70,7 @@ gnulib_modules=" faccessat fadvise fchdir + fclose fcntl fcntl-safer fdl |