aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-08-24 00:07:55 +0200
committerJunio C Hamano <gitster@pobox.com>2008-08-23 21:53:35 -0700
commit7d770163271db1ec3608d3b2b77e306346e24a4a (patch)
tree2c2554701c568773eabe6317f632d543d0057c6f
parent913e0e99b6a6e63af6a062622a1f94bd78fd8052 (diff)
downloadgit-7d770163271db1ec3608d3b2b77e306346e24a4a.tar.gz
git-7d770163271db1ec3608d3b2b77e306346e24a4a.tar.xz
Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UX
In 81cc66a, customization has been added to Makefile for supporting HP-UX, but git commit is still problematic. This should fix the issue. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Acked-by: Robert Schiele <rschiele@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 53ab4b553..2cef0187d 100644
--- a/Makefile
+++ b/Makefile
@@ -727,6 +727,7 @@ ifeq ($(uname_S),HP-UX)
NO_UNSETENV = YesPlease
NO_HSTRERROR = YesPlease
NO_SYS_SELECT_H = YesPlease
+ SNPRINTF_RETURNS_BOGUS = YesPlease
endif
ifneq (,$(findstring MINGW,$(uname_S)))
NO_MMAP = YesPlease