commit | c29ba0c3edc513259eee572f9c9257ec7cd94a56 | [log] [tgz] |
---|---|---|
author | Thomas Schwinge <tschwinge@gnu.org> | Thu Aug 02 10:56:42 2007 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Aug 02 17:26:02 2007 -0700 |
tree | b5eb07fab9a94872c11f29be6f1fc1828ba50d1e | |
parent | 7fcff9def564fae7de5d2a34a095229a999b80b0 [diff] [blame] |
Support building on GNU/Hurd GNU/Hurd systems don't have strlcpy. Signed-off-by: Thomas Schwinge <tschwinge@gnu.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/Makefile b/Makefile index b593446..2f3b9b2 100644 --- a/Makefile +++ b/Makefile
@@ -458,6 +458,10 @@ 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