зеркало из https://github.com/microsoft/git.git
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:
Родитель
7fcff9def5
Коммит
c29ba0c3ed
4
Makefile
4
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче