From: Thomas Schwinge <tschwinge@gnu.org>
To: gitster@pobox.com
Cc: git@vger.kernel.org, Thomas Schwinge <tschwinge@gnu.org>
Subject: [PATCH] Support building on GNU/Hurd
Date: Thu, 2 Aug 2007 11:14:22 +0200 [thread overview]
Message-ID: <11860460622743-git-send-email-tschwinge@gnu.org> (raw)
In-Reply-To: <7vy7guxq8u.fsf@assigned-by-dhcp.cox.net>
GNU/Hurd systems don't have strlcpy either.
Signed-off-by: Thomas Schwinge <tschwinge@gnu.org>
---
Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 73b487f..682892f 100644
--- a/Makefile
+++ b/Makefile
@@ -456,6 +456,10 @@ ifeq ($(uname_S),AIX)
NO_STRLCPY = YesPlease
NEEDS_LIBICONV=YesPlease
endif
+ifeq ($(uname_S),GNU)
+ # GNU/Hurd
+ NO_STRLCPY=YesPlease
+endif
ifeq ($(uname_S),IRIX64)
NO_IPV6=YesPlease
NO_SETENV=YesPlease
--
1.5.3.rc3.26.g6c58-dirty
next prev parent reply other threads:[~2007-08-02 9:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-02 8:56 [tschwinge@gnu.org: [PATCH] Support building on GNU/Hurd] Thomas Schwinge
2007-08-02 9:03 ` Junio C Hamano
2007-08-02 9:14 ` Thomas Schwinge [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-28 16:39 [PATCH] Support building on GNU/Hurd Thomas Schwinge
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11860460622743-git-send-email-tschwinge@gnu.org \
--to=tschwinge@gnu.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.