From e2032bb474ec0b9ad6e3ec75cfd8fa55fdf9351e Mon Sep 17 00:00:00 2001 From: Jon Meredith Date: Fri, 22 May 2009 14:03:34 -0600 Subject: [PATCH] Change to bdb build flags requested by Mariella. Remove --enable-o_direct, added --disable-replicationw --- c_src/buildlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/buildlib.sh b/c_src/buildlib.sh index 187b2e6..635f36e 100755 --- a/c_src/buildlib.sh +++ b/c_src/buildlib.sh @@ -21,7 +21,7 @@ rm -rf system db-${DB_VER} tar -xzf db-${DB_VER}.tar.gz && \ ##(cd db-${DB_VER} && patch -p0 < ../bdb-align.patch ) && \ (cd db-${DB_VER}/build_unix && \ - ../dist/configure --prefix=$WORKDIR --disable-shared --enable-o_direct --with-pic && make && ranlib libdb-*.a && make install) && \ + ../dist/configure --prefix=$WORKDIR --disable-replication --disable-shared --with-pic && make && ranlib libdb-*.a && make install) && \ rm -rf db-${DB_VER}