Skip to content

Commit 9102f42

Browse files
committed
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
2 parents 19a23d6 + 0e6d899 commit 9102f42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ ifeq ($(uname_S),AIX)
237237
NO_MKDTEMP = YesPlease
238238
NO_STRLCPY = YesPlease
239239
NO_NSEC = YesPlease
240+
NO_REGEX = NeedsStartEnd
240241
FREAD_READS_DIRECTORIES = UnfortunatelyYes
241242
INTERNAL_QSORT = UnfortunatelyYes
242243
NEEDS_LIBICONV = YesPlease

0 commit comments

Comments
 (0)