From: Johannes Sixt Date: Thu, 11 Sep 2008 08:14:44 +0000 (+0200) Subject: Use compatibility regex library also on AIX X-Git-Tag: v1.6.0.2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9c101b3e6ff23378447bacd537a3dea57b1eed35;p=git-core%2Fgit.git Use compatibility regex library also on AIX This augments 3632cfc24 (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 Tested-by: Mike Ralphson Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index a8b3f9e3c..3a9de8812 100644 --- a/Makefile +++ b/Makefile @@ -702,6 +702,8 @@ ifeq ($(uname_S),AIX) INTERNAL_QSORT = UnfortunatelyYes NEEDS_LIBICONV=YesPlease BASIC_CFLAGS += -D_LARGE_FILES + COMPAT_CFLAGS += -Icompat/regex + COMPAT_OBJS += compat/regex/regex.o endif ifeq ($(uname_S),GNU) # GNU/Hurd