Skip to content

Commit ca7a741

Browse files
g-papeJunio C Hamano
authored andcommitted
Build on Debian GNU/kFreeBSD
Patch from Petr Salinger to make the build process detect and support the Debian GNU/kFreeBSD architecture, see http://bugs.debian.org/380209 Signed-off-by: Gerrit Pape <pape@smarden.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e6a4e58 commit ca7a741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ LIBS = $(GITLIBS) -lz
265265
ifeq ($(uname_S),Linux)
266266
NO_STRLCPY = YesPlease
267267
endif
268+
ifeq ($(uname_S),GNU/kFreeBSD)
269+
NO_STRLCPY = YesPlease
270+
endif
268271
ifeq ($(uname_S),Darwin)
269272
NEEDS_SSL_WITH_CRYPTO = YesPlease
270273
NEEDS_LIBICONV = YesPlease

0 commit comments

Comments
 (0)