aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-06-08 16:35:58 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-23 20:49:51 +0000
commite422bebbdc63966df984a8e5cd12d8f4c84da1b8 (patch)
tree4b45804c1d88fa74d11740c0b96b141c02fedceb /src/makefile.osx
parentcf78183fadac6e9fccb51c7355cfa34641fc06d5 (diff)
downloadbitcoin-e422bebbdc63966df984a8e5cd12d8f4c84da1b8.tar.xz
Make IPv6 support buildtime-optional again (defaults to enabled)
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 977878398c..ef193337f2 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -20,6 +20,7 @@ LIBPATHS= \
-L"$(DEPSDIR)/lib/db48"
USE_UPNP:=1
+USE_IPV6:=1
LIBS= -dead_strip
@@ -53,7 +54,7 @@ LIBS += \
TESTDEFS += -DBOOST_TEST_DYN_LINK
endif
-DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6
+DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE
ifdef RELEASE
# Compile for maximum compatibility and smallest size.
@@ -105,6 +106,10 @@ else
endif
endif
+ifneq (${USE_IPV6}, -)
+ DEFS += -DUSE_IPV6
+endif
+
all: bitcoind
# auto-generated dependencies: