mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
[contrib] Add --disable-replication to install_db4
This commit is contained in:
parent
311a423bd8
commit
f3196a03aa
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user