Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 775ee838c332c7311df34a98448fc3723c6bd95e..5f873986a9017b7554127e98556eeb56bd8687ce 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1041,6
+1041,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)