aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-09-28 17:26:44 -0700
committerPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-09-28 17:26:44 -0700
commit6573faff34eb002535843bbb59365be4ad58a120 (patch)
treef476ddac94143e9173245295837f723a0c6fd9a3 /Makefile
parent918e723204651252e5a823481cc8450e498a45f9 (diff)
downloadgit-6573faff34eb002535843bbb59365be4ad58a120.tar.gz
git-6573faff34eb002535843bbb59365be4ad58a120.tar.xz
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 be5c0a860..218390396 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