Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-09-29 04:26:44 +0400
committerPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-09-29 04:26:44 +0400
commit6573faff34eb002535843bbb59365be4ad58a120 (patch)
treef476ddac94143e9173245295837f723a0c6fd9a3 /Makefile
parent918e723204651252e5a823481cc8450e498a45f9 (diff)
NO_IPV6 support for git daemon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be5c0a8605..2183903965 100644
--- a/Makefile
+++ b/Makefile
@@ -239,7 +239,7 @@ ifdef NO_STRCASESTR
LIB_OBJS += compat/strcasestr.o
endif
ifdef NO_IPV6
- DEFINES += -DNO_IPV6
+ DEFINES += -DNO_IPV6 -Dsockaddr_storage=sockaddr_in
endif
ifdef PPC_SHA1