aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-03-31 17:58:25 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2012-05-11 15:29:19 +0200
commit23aa78c405f82257e8578afb3d5d244aa27dcd74 (patch)
tree27e99a7b7ef6c3f9d178e394b8ef630bbef852f3 /src/makefile.mingw
parent508471bbc0b43a8d5cabeae5c429f8416b9a1e99 (diff)
downloadbitcoin-23aa78c405f82257e8578afb3d5d244aa27dcd74.tar.xz
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.mingw')
-rw-r--r--src/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index bb6466954f..156eb17cc1 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -23,7 +23,7 @@ LIBS= \
-l ssl \
-l crypto
-DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB
+DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DUSE_IPV6
DEBUGFLAGS=-g
CFLAGS=-mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)