From e9ced81139759d79abb6c985e98a1a84252a2294 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Jul 2011 21:48:59 +0200 Subject: [PATCH] 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. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2