freebsd-ports/net/krill/files/patch-Cargo.toml

17 lines
426 B
TOML

--- Cargo.toml.orig 2023-11-09 10:16:19 UTC
+++ Cargo.toml
@@ -101,13 +101,12 @@ multi-user = [
"unicode-normalization",
"urlparse",
]
-static-openssl = ["openssl/vendored"]
# Preview features - not ready for production use
rta = []
# Internal features - not for external use
-all = ["multi-user", "rta", "static-openssl"]
+all = ["multi-user", "rta"]
hsm-tests-kmip = ["hsm"]
hsm-tests-pkcs11 = ["hsm"]