2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Tweak library requirements in PLATFORMS.md

This commit is contained in:
Michał Kępień
2021-08-10 12:20:52 +02:00
parent b541677c4e
commit 5b796b4bc2

View File

@@ -16,9 +16,12 @@ IPv6 support, and POSIX-compliant threads, plus the following mandatory
libraries: libraries:
- `libuv` for asynchronous I/O operations and event loops - `libuv` for asynchronous I/O operations and event loops
- `libssl` and `libcrpyto` from OpenSSL for cryptography - `libssl` and `libcrypto` from OpenSSL for cryptography
- `libjemalloc` for memory allocation
- `libnghttp2` for HTTP/2 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: The following C11 features are used in BIND 9: