From: Mike Ralphson Date: Wed, 7 May 2008 08:35:55 +0000 (+0100) Subject: Makefile: update the default build options for AIX X-Git-Tag: v1.5.6-rc0~45 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=377d9c409ffe0f0d994b929aeb94716139207b9d;p=git.git Makefile: update the default build options for AIX NO_MKDTEMP is required to build, FREAD_READS_DIRECTORIES and the definition of _LARGE_FILES fix test suite failures and INTERNAL_QSORT is required for adequate performance. Tested on AIX v5.3 Maintenance Level 06 Signed-off-by: Mike Ralphson Tested-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 649ee56c9..a2de07579 100644 --- a/Makefile +++ b/Makefile @@ -636,8 +636,12 @@ endif ifeq ($(uname_S),AIX) NO_STRCASESTR=YesPlease NO_MEMMEM = YesPlease + NO_MKDTEMP = YesPlease NO_STRLCPY = YesPlease + FREAD_READS_DIRECTORIES = UnfortunatelyYes + INTERNAL_QSORT = UnfortunatelyYes NEEDS_LIBICONV=YesPlease + BASIC_CFLAGS += -D_LARGE_FILES endif ifeq ($(uname_S),GNU) # GNU/Hurd