summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-07-27 21:48:59 +0200
committerJim Meyering <meyering@redhat.com>2011-07-29 15:23:02 +0200
commite9ced81139759d79abb6c985e98a1a84252a2294 (patch)
treeb37e18cee6b00b2799dec667d10ecf0756b8f473 /bootstrap.conf
parent0be1ae66206bf109c0e6870c94c61d4dc6c8e2a7 (diff)
downloadcoreutils-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.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
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