bdberl/c_src/configure_bdb.sh

9 lines
244 B
Bash
Raw Normal View History

#!/bin/sh -
cd $1/build_unix && \
../dist/configure --disable-shared --enable-static --with-pic \
2011-08-09 16:15:08 +00:00
--disable-heap --disable-queue \
--disable-partition --disable-replication \
--enable-o_direct \
--prefix=$2