Skip to content

Commit

Permalink
[contrib] Add --disable-replication to install_db4
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jan 5, 2018
1 parent 311a423 commit f3196a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/install_db4.sh
Expand Up @@ -72,7 +72,7 @@ patch -p2 < clang.patch
cd build_unix/

"${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
Expand Down

0 comments on commit f3196a0

Please sign in to comment.