From 86c2d3093686c4f945086c90af9b8a7900925b6b Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 6 Dec 2021 05:33:30 -0500 Subject: [multiple] remove long-deprecated modules x-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated --- scripts/ci-build.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'scripts') 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 \ -- cgit v1.2.1