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>
This commit is contained in:
parent
7fcff9def5
commit
c29ba0c3ed
4
Makefile
4
Makefile
@ -458,6 +458,10 @@ ifeq ($(uname_S),AIX)
|
|||||||
NO_STRLCPY = YesPlease
|
NO_STRLCPY = YesPlease
|
||||||
NEEDS_LIBICONV=YesPlease
|
NEEDS_LIBICONV=YesPlease
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(uname_S),GNU)
|
||||||
|
# GNU/Hurd
|
||||||
|
NO_STRLCPY=YesPlease
|
||||||
|
endif
|
||||||
ifeq ($(uname_S),IRIX64)
|
ifeq ($(uname_S),IRIX64)
|
||||||
NO_IPV6=YesPlease
|
NO_IPV6=YesPlease
|
||||||
NO_SETENV=YesPlease
|
NO_SETENV=YesPlease
|
||||||
|
Loading…
Reference in New Issue
Block a user