Optional features
- --[no-]ed25519
-
Enable (or disable) support for Ed25519 in both openssl and ldns. Enabled by default.
- --[no-]idn
-
Enable (or disable) support for converting IDN labels in U-label format (with non-ASCII Unicode characters) to the same IDN labels in A-label format (encoded in ASCII). Enabled by default.
- --[no-]internal-ldns
-
When enabled, an included version of ldns is statically linked into Zonemaster::LDNS. When disabled, libldns is dynamically linked just like other dependencies. Enabled by default.
- --[no-]randomize
-
Experimental. Randomizes the capitalization of returned domain names. Disabled by default.
- --prefix-openssl=PATH
-
Search for OpenSSL headers and libraries in PATH. The LDNS script will look for an "include" and a "lib" folder.
- --openssl-inc=PATH
-
Search for OpenSSL include in PATH. The PATH is passed to the LDNS compiler via the CFLAGS variable.
- --openssl-lib=PATH
-
Search for OpenSSL library in PATH. The PATH is passed to the LDNS compiler via the LDFLAGS variable.