Enable compression in WiredTiger build.
This commit is contained in:
parent
70f6e17505
commit
2a47d63ce9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ case "$1" in
|
|||
|
||||
(cd wiredtiger-$WT_VSN/build_posix && \
|
||||
../configure --with-pic \
|
||||
--enable-bzip2 --enable-snappy \
|
||||
--prefix=$BASEDIR/system && \
|
||||
make && make install)
|
||||
|
||||
|
|
Loading…
Reference in a new issue