diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2018-03-26 18:28:12 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2018-03-26 18:28:12 +0000 |
commit | 0b17f813db4b72fd655bcaf01706e67deaa2bcad (patch) | |
tree | ce9ce0d29a20fce6952f87cda478dc1eeb5a52ba /net-p2p/bitcoin-utils | |
parent | 501e833084c55c82cf9bb42441e0ac6c82016319 (diff) |
Notes
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r-- | net-p2p/bitcoin-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 3830afccd4fe..0738be8a44d4 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -10,7 +10,9 @@ NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= does not support big-endian architectures OPTIONS_DEFINE= DEBUG HARDENING TESTS -OPTIONS_DEFAULT= HARDENING TESTS +# BDBMODERN is a choice for BDBVER, introduced via OPTIONS_SINGLE=BDBVER +# from ${MASTERDIR}/Makefile +OPTIONS_DEFAULT= BDBMODERN HARDENING TESTS CONFIGURE_ARGS= --without-daemon \ --without-gui \ |