mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
Merge branch 'ab/aix-needs-compat-regex' into maint
Build fix. * ab/aix-needs-compat-regex: config.mak.uname: set NO_REGEX=NeedsStartEnd on AIX
This commit is contained in:
@@ -237,6 +237,7 @@ ifeq ($(uname_S),AIX)
|
||||
NO_MKDTEMP = YesPlease
|
||||
NO_STRLCPY = YesPlease
|
||||
NO_NSEC = YesPlease
|
||||
NO_REGEX = NeedsStartEnd
|
||||
FREAD_READS_DIRECTORIES = UnfortunatelyYes
|
||||
INTERNAL_QSORT = UnfortunatelyYes
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
|
||||
Reference in New Issue
Block a user