git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Miklos Vajna <vmiklos@frugalware.org>
To: git@vger.kernel.org
Cc: Robert Schiele <rschiele@gmail.com>
Subject: [PATCH] Makefile: improve customization for supporting HP-UX
Date: Sat, 23 Aug 2008 21:41:24 +0200	[thread overview]
Message-ID: <1219520484-7712-1-git-send-email-vmiklos@frugalware.org> (raw)

In 81cc66a, customization has been added to Makefile for supporting
HP-UX, but two minor tweaks are still necessary, at least on older
versions like 11.11.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---

Cc'ing Robert, it would be interesting to know how did he succeed to
build without this patch.

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 5e944d8..7fb35ca 100644
--- a/Makefile
+++ b/Makefile
@@ -735,6 +735,8 @@ ifeq ($(uname_S),HP-UX)
 	NO_UNSETENV = YesPlease
 	NO_HSTRERROR = YesPlease
 	NO_SYS_SELECT_H = YesPlease
+	NEEDS_LIBICONV = YesPlease
+	SNPRINTF_RETURNS_BOGUS = YesPlease
 endif
 ifneq (,$(findstring MINGW,$(uname_S)))
 	NO_MMAP = YesPlease
-- 
1.6.0.rc3.17.gc14c8.dirty

             reply	other threads:[~2008-08-23 19:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-23 19:41 Miklos Vajna [this message]
2008-08-23 20:09 ` [PATCH] Makefile: improve customization for supporting HP-UX Robert Schiele
2008-08-23 20:26   ` Miklos Vajna
2008-08-23 21:02     ` Robert Schiele
2008-08-23 22:03       ` Miklos Vajna
2008-08-23 22:07         ` [PATCH] Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UX Miklos Vajna
2008-08-24  1:00           ` Junio C Hamano
2008-08-24  4:33             ` Robert Schiele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1219520484-7712-1-git-send-email-vmiklos@frugalware.org \
    --to=vmiklos@frugalware.org \
    --cc=git@vger.kernel.org \
    --cc=rschiele@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).