summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-06 05:33:30 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-03 02:28:08 -0500
commit86c2d3093686c4f945086c90af9b8a7900925b6b (patch)
tree3848ed86ba0ec57d7319b84bbf320d1191af3d62 /scripts
parent1334dd4ad52f8685948066af4798446af6b3e2da (diff)
downloadlighttpd-git-86c2d3093686c4f945086c90af9b8a7900925b6b.tar.gz
[multiple] remove long-deprecated modules
x-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index 95901d6e..7e9bd948 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -19,8 +19,8 @@ case "${build}" in
--with-dbi --with-mysql --with-pgsql \
--with-ldap --with-pcre2 \
--with-zlib --with-zstd --with-brotli --with-bzip2 \
- --with-webdav-props --with-webdav-locks --with-gdbm \
- --with-memcached --with-lua --with-libev --with-libunwind \
+ --with-webdav-props --with-webdav-locks \
+ --with-lua --with-libev --with-libunwind \
--with-krb5 \
--with-nettle \
--with-gnutls \
@@ -40,8 +40,8 @@ case "${build}" in
--with-dbi --with-mysql --with-pgsql \
--with-ldap --with-pcre2 \
--with-zlib --with-zstd --with-brotli --with-bzip2 \
- --with-webdav-props --with-webdav-locks --with-gdbm \
- --with-memcached --with-lua --with-libev --with-libunwind \
+ --with-webdav-props --with-webdav-locks \
+ --with-lua --with-libev --with-libunwind \
--with-krb5 --with-sasl \
--with-nettle \
--with-gnutls \
@@ -59,12 +59,10 @@ case "${build}" in
-DWITH_ZSTD=ON \
-DWITH_BROTLI=ON \
-DWITH_BZIP=ON \
- -DWITH_GDBM=ON \
-DWITH_LDAP=ON \
-DWITH_LIBEV=ON \
-DWITH_LIBUNWIND=ON \
-DWITH_LUA=ON \
- -DWITH_MEMCACHED=ON \
-DWITH_DBI=ON \
-DWITH_MYSQL=ON \
-DWITH_PGSQL=ON \