[PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section

Subsystems: kernel build + files below scripts/ (unless maintained elsewhere), the rest

STALE3738d

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section

From: Michal Rokos <hidden>
Date: 2016-06-15 22:50:43

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 <redacted>
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

Re: [PATCH] Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section

From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:50:44

On Mon, Mar 7, 2011 at 12:43, Michal Rokos [off-list ref] 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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help