aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-10-02 13:39:32 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-10-02 13:41:31 -0400
commit609adc7660dd94bd683e65268c27716beed2de89 (patch)
tree24b2dae40afbdc2e514614de4b79e2d01d1b4593 /depends
parent4b73b758a388dae63aa68a5aabaa7ff493d64bc2 (diff)
downloadbitcoin-609adc7660dd94bd683e65268c27716beed2de89.tar.xz
depends: disable unused bdb replication manager. Fixes new mingw builds
Newer mingw supports the features necessary to enable this api, whereas older versions didn't. However once enabled (automatically by configure), it triggers an unrelated build bug. Since it was not enabled previously anyway, and we don't depend on the functionality, just disable it across the board.
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/bdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/bdb.mk b/depends/packages/bdb.mk
index 503409c5e5..f39925723b 100644
--- a/depends/packages/bdb.mk
+++ b/depends/packages/bdb.mk
@@ -6,7 +6,7 @@ $(package)_sha256_hash=12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b857327
$(package)_build_subdir=build_unix
define $(package)_set_vars
-$(package)_config_opts=--disable-shared --enable-cxx
+$(package)_config_opts=--disable-shared --enable-cxx --disable-replication
$(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_x86_64_linux=--with-pic
$(package)_config_opts_arm_linux=--with-pic