Skip to content

Commit 81cc66a

Browse files
schielegitster
authored andcommitted
Makefile: customization for supporting HP-UX
Signed-off-by: Robert Schiele <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2600973 commit 81cc66a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,17 @@ ifeq ($(uname_S),IRIX64)
505505
# for now, build 32-bit version
506506
BASIC_LDFLAGS += -L/usr/lib32
507507
endif
508+
ifeq ($(uname_S),HP-UX)
509+
NO_IPV6=YesPlease
510+
NO_SETENV=YesPlease
511+
NO_STRCASESTR=YesPlease
512+
NO_MEMMEM = YesPlease
513+
NO_STRLCPY = YesPlease
514+
NO_MKDTEMP = YesPlease
515+
NO_UNSETENV = YesPlease
516+
NO_HSTRERROR = YesPlease
517+
NO_SYS_SELECT_H = YesPlease
518+
endif
508519
ifneq (,$(findstring arm,$(uname_M)))
509520
ARM_SHA1 = YesPlease
510521
endif

0 commit comments

Comments
 (0)