On Wed, Aug 18, 2010 at 18:32, Johannes Sixt <j6t@xxxxxxxx> wrote: > On Mittwoch, 18. August 2010, Ævar Arnfjörð Bjarmason wrote: >> According to some further research at least FreeBSD and NetBSD have >> copied this GNU extension. You may find their versions easier to >> integrate. > > We already have a GNU fnmatch in compat/fnmatch. Do you have any plan to deal with this? I currently have this monkeypatch to build on Solaris: diff --git a/Makefile b/Makefile index 62d526a..079fae5 100644 --- a/Makefile +++ b/Makefile @@ -863,2 +863,4 @@ endif ifeq ($(uname_S),SunOS) + COMPAT_OBJS = compat/fnmatch/fnmatch.o + COMPAT_CFLAGS = -Icompat -Icompat/fnmatch NEEDS_SOCKET = YesPlease One way to deal with it would be a new NONGNU_FNMATCH=UnfortunatelyYes flag, or the fnmatch_icase() suggestion above which we could bundle and always use. But having next build on systems without GNU extensions would be preferrable. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html