aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-03-31 17:58:25 +0200
committerPieter Wuille <[email protected]>2012-05-11 15:29:19 +0200
commit23aa78c405f82257e8578afb3d5d244aa27dcd74 (patch)
tree27e99a7b7ef6c3f9d178e394b8ef630bbef852f3 /src/makefile.osx
parentMerge pull request #1247 from Diapolo/Win_open_debug_logfile (diff)
downloaddiscoin-23aa78c405f82257e8578afb3d5d244aa27dcd74.tar.xz
discoin-23aa78c405f82257e8578afb3d5d244aa27dcd74.zip
IPv6 node support
This will make bitcoin relay valid routable IPv6 addresses, and when USE_IPV6 is enabled, listen on IPv6 interfaces and attempt connections to IPv6 addresses.
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index eb9ae4ba7..9c05d500a 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -53,7 +53,7 @@ LIBS += \
TESTDEFS += -DBOOST_TEST_DYN_LINK
endif
-DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0
+DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6
ifdef RELEASE
# Compile for maximum compatibility and smallest size.