summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 23:06:30 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 23:07:06 -0500
commit625d57b2d9e488aa971f7ecade7e0638d02d792c (patch)
treebdecc282303c82228cb53b2ab4f12707888603b3 /scripts
parent02c83d735cbef0f88fd4f7f260c1bde8a7dc6cb5 (diff)
downloadlighttpd-git-625d57b2d9e488aa971f7ecade7e0638d02d792c.tar.gz
build] scripts/ci-build.sh remove --with-maxminddb
remove --with-maxminddb; maxminddb libs not currently part of our FreeBSD build images
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index b35a489d..0d990b79 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -22,7 +22,6 @@ 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 \
@@ -44,7 +43,6 @@ 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
@@ -65,7 +63,6 @@ case "${build}" in
-DWITH_LIBEV=ON \
-DWITH_LIBUNWIND=ON \
-DWITH_LUA=ON \
- -DWITH_MAXMINDDB=ON \
-DWITH_MEMCACHED=ON \
-DWITH_DBI=ON \
-DWITH_MYSQL=ON \