From 9655d73f49cd4da189ddb2ed708c26dc4cb3babe Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 8 Jun 2012 16:43:06 +0000 Subject: Allow building with IPv6 support, but it disabled by default --- src/makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.osx') diff --git a/src/makefile.osx b/src/makefile.osx index d4109b9416..de829b9eb1 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -110,7 +110,7 @@ endif endif ifneq (${USE_IPV6}, -) - DEFS += -DUSE_IPV6 + DEFS += -DUSE_IPV6=$(USE_IPV6) endif all: bitcoind -- cgit v1.2.3