]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: require gnulib's fclose module
authorJim Meyering <meyering@redhat.com>
Wed, 27 Jul 2011 19:48:59 +0000 (21:48 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 29 Jul 2011 13:23:02 +0000 (15:23 +0200)
* 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.

bootstrap.conf

index 937f7f32696642543d952373a1db29a5616a2bd6..0ba560c031ec090ddba8bce0d622f4729b4b3371 100644 (file)
@@ -70,6 +70,7 @@ gnulib_modules="
   faccessat
   fadvise
   fchdir
+  fclose
   fcntl
   fcntl-safer
   fdl