git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add setup for HP-UX to Makefile
@ 2008-01-24 18:35 Robert Schiele
  0 siblings, 0 replies; only message in thread
From: Robert Schiele @ 2008-01-24 18:35 UTC (permalink / raw)
  To: git; +Cc: gitster

Signed-off-by: Robert Schiele <rschiele@gmail.com>
---
 Makefile |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index c9e54b1..dd12b6a 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
-- 
1.5.2.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-24 18:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-24 18:35 [PATCH] add setup for HP-UX to Makefile Robert Schiele

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).