mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
542f7ceaf5
PR: 247699 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) andrew@tao11.riddles.org.uk Relnotes: https://www.knot-resolver.cz/2020-07-01-knot-resolver-5.1.2.html
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
--- etc/meson.build.orig 2020-07-01 12:27:52 UTC
|
|
+++ etc/meson.build
|
|
@@ -7,9 +7,9 @@ if install_root_hints
|
|
etc_files += 'root.hints'
|
|
endif
|
|
|
|
-if managed_ta
|
|
+#if managed_ta
|
|
etc_files += 'icann-ca.pem'
|
|
-endif
|
|
+#endif
|
|
|
|
if install_root_keys
|
|
root_keys_path = keyfile_default.split('/')
|