mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09: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:
commit
9102f423f1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user