* [PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
@ 2011-03-07 11:43 Michal Rokos
2011-03-08 21:37 ` Ævar Arnfjörð Bjarmason
0 siblings, 1 reply; 2+ messages in thread
From: Michal Rokos @ 2011-03-07 11:43 UTC (permalink / raw)
To: GIT
fnmatch() on HP-UX does not support the GNU FNM_CASEFOLD extension, so set NO_FNMATCH_CASEFOLD to use the internal fnmatch implementation.
Signed-off-by: Michal Rokos <michal.rokos@nextsoft.cz>
diff --git a/Makefile b/Makefile
index ade7923..5c2b797 100644
--- a/Makefile
+++ b/Makefile
@@ -1042,6 +1042,7 @@ ifeq ($(uname_S),HP-UX)
NO_UNSETENV = YesPlease
NO_HSTRERROR = YesPlease
NO_SYS_SELECT_H = YesPlease
+ NO_FNMATCH_CASEFOLD = YesPlease
SNPRINTF_RETURNS_BOGUS = YesPlease
NO_NSEC = YesPlease
ifeq ($(uname_R),B.11.00)
--
Michal Rokos
NextSoft spol. s r.o.
Vyskočilova 1/1410
140 21 Praha 4
Czech Republic
mobile: +420 736 646 591
fax: +420 267 224 307
e-mail: rokos@nextsoft.cz
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
2011-03-07 11:43 [PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section Michal Rokos
@ 2011-03-08 21:37 ` Ævar Arnfjörð Bjarmason
0 siblings, 0 replies; 2+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2011-03-08 21:37 UTC (permalink / raw)
To: Michal Rokos; +Cc: GIT
On Mon, Mar 7, 2011 at 12:43, Michal Rokos <rokos@nextsoft.cz> wrote:
> fnmatch() on HP-UX does not support the GNU FNM_CASEFOLD extension, so set NO_FNMATCH_CASEFOLD to use the internal fnmatch implementation.
Thanks. This looks good to me, I didn't have a HP-UX system to test on
when I wrote this.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 11:43 [PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section Michal Rokos
2011-03-08 21:37 ` Ævar Arnfjörð Bjarmason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).