summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-01-03 18:00:18 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-01-03 19:12:21 -0500
commit1eda50740ea0b976ede22ac7920ca0535fc6b846 (patch)
treeffe5a9091ead9bc1050b710cfa96a796fb86d21c /INSTALL
parentd809433d6d900e899f796606b11bdc6a73413ac5 (diff)
downloadlighttpd-git-1eda50740ea0b976ede22ac7920ca0535fc6b846.tar.gz
[doc] remove references to removed modules
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index b7058b56..3aa2761b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -196,7 +196,3 @@ build using CMake and Xcode on Mac OS X with MacPorts
$ cmake -Wno-dev -DWITH_PCRE2=1 -DWITH_OPENSSL=1 -DWITH_LUA=1 -DWITH_ZLIB=1 -DWITH_ZSTD=1 -DWITH_BROTLI=1 -DWITH_WEBDAV_PROPS=1 .
$ make -j 4
$ make test
-
- # Note: many tests fail if not built with openssl
- # lighttpd will not start up with tests/lighttpd.conf
- # (mod_secdownload fails to configure hmac-sha1 and hmac-sha256)