From 1b27e233b2a03814157d4f5060b785f48db4f3e5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 3 Apr 2009 10:46:35 -0700 Subject: [PATCH] fnmatch depends on mbsrtowcs and mbsinit. --- ChangeLog | 8 ++++++++ modules/fnmatch | 2 ++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba15752034..2fdb6ddd00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-03 Paul Eggert + + * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting + problem to Solaris 8 encountered with coreutils 7.2, which + resulted in a message "fnmatch.c:292: warning: passing argument 4 + of 'mbsrtowcs' from incompatible pointer type". Also, add mbsinit + at the suggestion of Bruno Haible, since fnmatch uses mbsinit. + 2009-04-03 Simon Josefsson * m4/ld-version-script.m4: Add FIXME comment. diff --git a/modules/fnmatch b/modules/fnmatch index 3187a7d208..5c3d7090c3 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -16,6 +16,8 @@ wchar wctype memchr memcmp +mbsrtowcs +mbsinit configure.ac: # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. -- 2.30.2