git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Support building on GNU/Hurd
@ 2007-07-28 16:39 Thomas Schwinge
  2007-07-28 16:39 ` [PATCH] Don't rely on unspecified behavior Thomas Schwinge
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Schwinge @ 2007-07-28 16:39 UTC (permalink / raw)
  To: git; +Cc: 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 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-07-28 20:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-28 16:39 [PATCH] Support building on GNU/Hurd Thomas Schwinge
2007-07-28 16:39 ` [PATCH] Don't rely on unspecified behavior Thomas Schwinge
2007-07-28 17:39   ` Thomas Glanzmann
2007-07-28 18:25     ` Thomas Schwinge
2007-07-28 18:26     ` Thomas Schwinge
2007-07-28 19:30       ` Johannes Schindelin
2007-07-28 19:34         ` Thomas Glanzmann
2007-07-28 20:16           ` Johannes Schindelin
2007-07-28 20:20             ` Thomas Glanzmann
2007-07-28 19:43         ` Thomas Schwinge
2007-07-28 20:17           ` Johannes Schindelin

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).