We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 000ac4f + f3196a0 commit 3fa1ab4Copy full SHA for 3fa1ab4
contrib/install_db4.sh
@@ -72,7 +72,7 @@ patch -p2 < clang.patch
72
cd build_unix/
73
74
"${BDB_PREFIX}/${BDB_VERSION}/dist/configure" \
75
- --enable-cxx --disable-shared --with-pic --prefix="${BDB_PREFIX}" \
+ --enable-cxx --disable-shared --disable-replication --with-pic --prefix="${BDB_PREFIX}" \
76
"${@}"
77
78
make install
@@ -83,4 +83,4 @@ echo
83
echo 'When compiling bitcoind, run `./configure` in the following way:'
84
echo
85
echo " export BDB_PREFIX='${BDB_PREFIX}'"
86
-echo ' ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ...'
+echo ' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" ...'
0 commit comments