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

Fix unknown options; fix sasl version 1.2.28.

parent a66d7de7
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ function apt_get_install { ...@@ -32,7 +32,7 @@ function apt_get_install {
kstart \ kstart \
lmdb-utils \ lmdb-utils \
libtcmalloc-minimal4 \ libtcmalloc-minimal4 \
libsasl2-modules=2.1.27* \ libsasl2-modules=2.1.28* \
libsasl2-modules-gssapi-mit \ libsasl2-modules-gssapi-mit \
openssl=1.1.1* \ openssl=1.1.1* \
pkg-config \ pkg-config \
...@@ -76,13 +76,8 @@ function install_openldap { ...@@ -76,13 +76,8 @@ function install_openldap {
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--mandir='${prefix}/share/man' \ --mandir='${prefix}/share/man' \
--disable-hdb \
--disable-bdb \
--disable-slp \ --disable-slp \
--disable-ndb \ --disable-ndb \
--disable-sql \
--disable-wt \
--disable-lmpasswd \
--enable-debug \ --enable-debug \
--enable-dynamic \ --enable-dynamic \
--enable-syslog \ --enable-syslog \
......
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