Allow building with IPv6 support, but it disabled by default
This commit is contained in:
@@ -110,7 +110,7 @@ endif
|
||||
endif
|
||||
|
||||
ifneq (${USE_IPV6}, -)
|
||||
DEFS += -DUSE_IPV6
|
||||
DEFS += -DUSE_IPV6=$(USE_IPV6)
|
||||
endif
|
||||
|
||||
all: bitcoind
|
||||
|
||||
Reference in New Issue
Block a user