diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-05-12 19:28:21 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-05-12 19:28:21 +0000 |
| commit | 44e4316cdbc985045f69c6f46682edcc0ba63d6c (patch) | |
| tree | 26fc5853884ace96aaf80e225dc91180ba93cc74 | |
| parent | 99adae85ee321eac3f4354c9dd09d79bf642533e (diff) | |
net-p2p/bitcoin: Only USE BDB 5
A user reports that portmaster is trying to pull in BDB 18, lock this to
BDB 5 to fix the build.
PR: 286738
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
| -rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 76c1f2562dda..bcc7ed8077f8 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -73,7 +73,7 @@ TESTS_PLIST_FILES= bin/bench_bitcoin \ TESTS_PLIST_FILES+= bin/test_bitcoin-qt .endif -WALLET_USES= bdb:5+ sqlite:3 +WALLET_USES= bdb:5 sqlite:3 WALLET_CMAKE_ON= -DENABLE_WALLET=ON \ -DWARN_INCOMPATIBLE_BDB=OFF \ -DWITH_BDB=ON |
