* [tschwinge@gnu.org: [PATCH] Support building on GNU/Hurd]
@ 2007-08-02 8:56 Thomas Schwinge
2007-08-02 9:03 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Schwinge @ 2007-08-02 8:56 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
[-- Attachment #1.1: Type: text/plain, Size: 276 bytes --]
Hello Junio!
I sent this patch (see the attached email message) to the git mailing
list on 2007-07-28, alongside with another GNU/Hurd-related patch. The
latter patch was included already (by you), but not this one. Could you
please include it?
Thanks!
Regards,
Thomas
[-- Attachment #1.2: Type: message/rfc822, Size: 2979 bytes --]
From: Thomas Schwinge <tschwinge@gnu.org>
To: git@vger.kernel.org
Cc: Thomas Schwinge <tschwinge@gnu.org>
Subject: [PATCH] Support building on GNU/Hurd
Date: Sat, 28 Jul 2007 18:39:38 +0200
Message-ID: <11856407793933-git-send-email-tschwinge@gnu.org>
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 2fea115..8d9a01b 100644
--- a/Makefile
+++ b/Makefile
@@ -458,6 +458,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
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [tschwinge@gnu.org: [PATCH] Support building on GNU/Hurd]
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 ` [PATCH] Support building on GNU/Hurd Thomas Schwinge
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2007-08-02 9:03 UTC (permalink / raw)
To: Thomas Schwinge; +Cc: git
Please do not PGP sign your patch. Plain-text inline patches.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Support building on GNU/Hurd
2007-08-02 9:03 ` Junio C Hamano
@ 2007-08-02 9:14 ` Thomas Schwinge
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Schwinge @ 2007-08-02 9:14 UTC (permalink / raw)
To: gitster; +Cc: git, Thomas Schwinge
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-02 9:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] Support building on GNU/Hurd Thomas Schwinge
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).