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

Add pkg-config; disable wt backend.

parent 483df717
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ function apt_get_install { ...@@ -35,6 +35,7 @@ function apt_get_install {
libsasl2-modules=2.1.27* \ libsasl2-modules=2.1.27* \
libsasl2-modules-gssapi-mit \ libsasl2-modules-gssapi-mit \
openssl=1.1.1* \ openssl=1.1.1* \
pkg-config \
make \ make \
patch \ patch \
procps \ procps \
...@@ -80,6 +81,7 @@ function install_openldap { ...@@ -80,6 +81,7 @@ function install_openldap {
--disable-slp \ --disable-slp \
--disable-ndb \ --disable-ndb \
--disable-sql \ --disable-sql \
--disable-wt \
--disable-lmpasswd \ --disable-lmpasswd \
--enable-debug \ --enable-debug \
--enable-dynamic \ --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