From: Michał Kępień Date: Tue, 10 Aug 2021 10:20:52 +0000 (+0200) Subject: Tweak library requirements in PLATFORMS.md X-Git-Tag: v9.17.17~2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f97df29e0af4ab703603aa2213fa011c872632;p=thirdparty%2Fbind9.git Tweak library requirements in PLATFORMS.md --- diff --git a/PLATFORMS.md b/PLATFORMS.md index 6a3d052dbd3..477f23b86a4 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -16,9 +16,12 @@ IPv6 support, and POSIX-compliant threads, plus the following mandatory libraries: - `libuv` for asynchronous I/O operations and event loops -- `libssl` and `libcrpyto` from OpenSSL for cryptography -- `libjemalloc` for memory allocation -- `libnghttp2` for HTTP/2 +- `libssl` and `libcrypto` from OpenSSL for cryptography + +Use of the following libraries is optional: + +- `libjemalloc` for improved memory allocation performance +- `libnghttp2` for DNS-over-HTTPS (DoH) support The following C11 features are used in BIND 9: