mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 02:31:05 +02:00
[contrib] Add --disable-replication to install_db4
This commit is contained in:
@ -72,7 +72,7 @@ patch -p2 < clang.patch
|
|||||||
cd build_unix/
|
cd build_unix/
|
||||||
|
|
||||||
"${BDB_PREFIX}/${BDB_VERSION}/dist/configure" \
|
"${BDB_PREFIX}/${BDB_VERSION}/dist/configure" \
|
||||||
--enable-cxx --disable-shared --with-pic --prefix="${BDB_PREFIX}" \
|
--enable-cxx --disable-shared --disable-replication --with-pic --prefix="${BDB_PREFIX}" \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
Reference in New Issue
Block a user