Skip to content

Commit 9c101b3

Browse files
Johannes Sixtgitster
authored andcommitted
Use compatibility regex library also on AIX
This augments 3632cfc (Use compatibility regex library on Darwin, 2008-09-07), which already carries a "Tested-by" statement for AIX, but that test was actually done with this patch included. Signed-off-by: Johannes Sixt <[email protected]> Tested-by: Mike Ralphson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 873358d commit 9c101b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,8 @@ ifeq ($(uname_S),AIX)
702702
INTERNAL_QSORT = UnfortunatelyYes
703703
NEEDS_LIBICONV=YesPlease
704704
BASIC_CFLAGS += -D_LARGE_FILES
705+
COMPAT_CFLAGS += -Icompat/regex
706+
COMPAT_OBJS += compat/regex/regex.o
705707
endif
706708
ifeq ($(uname_S),GNU)
707709
# GNU/Hurd

0 commit comments

Comments
 (0)