summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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)