Skip to content

Commit 987893d

Browse files
Michal Rokosgitster
authored andcommitted
Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7ed863a commit 987893d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ ifeq ($(uname_S),HP-UX)
10411041
NO_UNSETENV = YesPlease
10421042
NO_HSTRERROR = YesPlease
10431043
NO_SYS_SELECT_H = YesPlease
1044+
NO_FNMATCH_CASEFOLD = YesPlease
10441045
SNPRINTF_RETURNS_BOGUS = YesPlease
10451046
NO_NSEC = YesPlease
10461047
ifeq ($(uname_R),B.11.00)

0 commit comments

Comments
 (0)