Skip to content
Snippets Groups Projects
Commit a5d91b0b authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Disable wiredtiger backend.

parent 6fd4a809
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ RUN apt-get update && \
libtcmalloc-minimal4 \
libsasl2-modules-gssapi-mit \
openssl \
pkg-config \
lmdb-utils \
krb5-user \
kstart \
......
......@@ -29,6 +29,7 @@ function apt_get_install {
libltdl7 \
libtcmalloc-minimal4 \
openssl \
pkg-config \
make \
patch \
wget
......@@ -73,6 +74,7 @@ function install_openldap {
--disable-slp \
--disable-ndb \
--disable-sql \
--disable-wt \
--disable-lmpasswd \
--enable-debug \
--enable-dynamic \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment