aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-06-08 16:43:06 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-23 21:01:01 +0000
commit9655d73f49cd4da189ddb2ed708c26dc4cb3babe (patch)
treee4bc13f995f1634b05094471aae5c352f61da576 /src/makefile.unix
parent45beb88966ff0f54606593f9cf43a5883e8acf49 (diff)
downloadbitcoin-9655d73f49cd4da189ddb2ed708c26dc4cb3babe.tar.xz
Allow building with IPv6 support, but it disabled by default
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 81337148d3..ac42743d8e 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -45,7 +45,7 @@ ifneq (${USE_UPNP}, -)
endif
ifneq (${USE_IPV6}, -)
- DEFS += -DUSE_IPV6
+ DEFS += -DUSE_IPV6=$(USE_IPV6)
endif
LIBS+= \