summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-30 09:26:58 +0200
committerJim Meyering <meyering@redhat.com>2009-09-30 09:39:48 +0200
commitce1069c2151da3fffc70281a14b96034ba15da5a (patch)
treed6517fdfbbfa5283ec21c20b2e7dd8b43f791583 /bootstrap.conf
parenta033e28737c1f6320bfc56b484253b61051bad85 (diff)
downloadcoreutils-ce1069c2151da3fffc70281a14b96034ba15da5a.tar.xz
build: use gnulib's freopen module
* bootstrap.conf (gnulib_modules): Add freopen, strsignal, fsync. Exposed via make CFLAGS=-DGNULIB_POSIXCHECK 2>&1 \ |perl -lne '/.* use gnulib module (\S+).*/ and print $1' \ |sort |uniq -c|sort -nr (avoided_gnulib_modules): Don't avoid the "lock" module. Now it's required, as a dependency of the strsignal module.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 726092c7f..5a2f28ebd 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -20,7 +20,6 @@
avoided_gnulib_modules='
--avoid=canonicalize-lgpl
--avoid=dummy
- --avoid=lock
'
# These modules are obsolete and can probably be removed soon,
@@ -90,8 +89,10 @@ gnulib_modules="
fnmatch-gnu
fopen-safer
fprintftime
+ freopen
fseeko
fsusage
+ fsync
ftello
ftruncate
fts
@@ -201,6 +202,7 @@ gnulib_modules="
strdup-posix
strftime
strpbrk
+ strsignal
strtoimax
strtoumax
strverscmp