diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-05-31 15:18:16 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-06-02 16:35:14 +0200 |
| commit | 4dbfbf3fd0788d933c9ff6a765fe177431dc57a9 (patch) | |
| tree | 1b54ef207b373aeda0e796e6daffa638ae6a5497 /bootstrap.conf | |
| parent | build: make generated man/*.1 files read-only (diff) | |
| download | coreutils-4dbfbf3fd0788d933c9ff6a765fe177431dc57a9.tar.gz coreutils-4dbfbf3fd0788d933c9ff6a765fe177431dc57a9.zip | |
build: no longer list gnulib's "memchr" module as obsolete
* bootstrap.conf (obsolete_gnulib_modules): Remove memchr from
the list, now that it fixes a problem in some modern C libraries.
(gnulib_modules): Add it here.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index d34e90809..66710273f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -27,7 +27,6 @@ avoided_gnulib_modules=' # but leave them in for now to minimize changes. obsolete_gnulib_modules=' atexit - memchr memcmp memcpy memmove @@ -141,6 +140,7 @@ gnulib_modules=" mbsalign mbswidth memcasecmp + memchr memcmp2 mempcpy memrchr |
