diff options
| author | Pieter Wuille <[email protected]> | 2012-05-11 18:23:56 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-05-11 18:23:56 -0700 |
| commit | a3878873f3317d3d3ee0eee4b030490ad39b3f81 (patch) | |
| tree | 8394e60e49a987e7b0ae8a78988fd109a55e77e0 /src/makefile.unix | |
| parent | Merge pull request #1260 from sipa/splitsync (diff) | |
| parent | Separate listening sockets, -bind=<addr> (diff) | |
| download | discoin-a3878873f3317d3d3ee0eee4b030490ad39b3f81.tar.xz discoin-a3878873f3317d3d3ee0eee4b030490ad39b3f81.zip | |
Merge pull request #1021 from sipa/ipv6
IPv6 node support
Diffstat (limited to 'src/makefile.unix')
| -rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 5cbf45e98..ad0a82df5 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -4,7 +4,7 @@ USE_UPNP:=0 -DEFS= +DEFS=-DUSE_IPV6 DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH)) LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH)) |