[contrib] Add --disable-replication to install_db4
This commit is contained in:
parent
311a423bd8
commit
f3196a03aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue