summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 22:52:32 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 22:52:32 -0500
commit02c83d735cbef0f88fd4f7f260c1bde8a7dc6cb5 (patch)
tree4953d1aa84560bd1fb1d4ec5ec5e06b601a7c60a /scripts
parent62a874df3275488190cc8bb8e72c879755425ca8 (diff)
downloadlighttpd-git-02c83d735cbef0f88fd4f7f260c1bde8a7dc6cb5.tar.gz
[build] scripts/ci-build.sh add --with-maxminddb
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index 0d990b79..b35a489d 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -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 \