[build] scripts/ci-build.sh add --with-maxminddb

This commit is contained in:
Glenn Strauss 2021-01-16 22:52:32 -05:00
parent 62a874df32
commit 02c83d735c
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ case "${build}" in
--with-webdav-props --with-webdav-locks --with-gdbm \
--with-memcached --with-lua --with-libev --with-libunwind \
--with-krb5 \
--with-maxminddb \
--with-nettle \
--with-gnutls \
--with-mbedtls \
@ -43,6 +44,7 @@ case "${build}" in
--with-webdav-props --with-webdav-locks --with-gdbm \
--with-memcached --with-lua --with-libev --with-libunwind \
--with-krb5 --with-sasl \
--with-maxminddb \
--with-nettle \
--with-gnutls \
--with-openssl
@ -63,6 +65,7 @@ case "${build}" in
-DWITH_LIBEV=ON \
-DWITH_LIBUNWIND=ON \
-DWITH_LUA=ON \
-DWITH_MAXMINDDB=ON \
-DWITH_MEMCACHED=ON \
-DWITH_DBI=ON \
-DWITH_MYSQL=ON \