aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Schiele <rschiele@gmail.com>2008-01-24 19:35:20 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-24 21:58:53 -0800
commit81cc66a526b4d6c74ab7165d13718263c53210ea (patch)
tree41a7c212aa48c5abe009d677377d2547f0c6573c /Makefile
parent2600973f2c565792b71e3aed62c40efb09e08c6e (diff)
downloadgit-81cc66a526b4d6c74ab7165d13718263c53210ea.tar.gz
git-81cc66a526b4d6c74ab7165d13718263c53210ea.tar.xz
Makefile: customization for supporting HP-UX
Signed-off-by: Robert Schiele <rschiele@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9e54b15f..dd12b6a12 100644
--- a/Makefile
+++ b/Makefile
@@ -505,6 +505,17 @@ ifeq ($(uname_S),IRIX64)
# for now, build 32-bit version
BASIC_LDFLAGS += -L/usr/lib32
endif
+ifeq ($(uname_S),HP-UX)
+ NO_IPV6=YesPlease
+ NO_SETENV=YesPlease
+ NO_STRCASESTR=YesPlease
+ NO_MEMMEM = YesPlease
+ NO_STRLCPY = YesPlease
+ NO_MKDTEMP = YesPlease
+ NO_UNSETENV = YesPlease
+ NO_HSTRERROR = YesPlease
+ NO_SYS_SELECT_H = YesPlease
+endif
ifneq (,$(findstring arm,$(uname_M)))
ARM_SHA1 = YesPlease
endif