1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/dns/knot-resolver/files/patch-etc_meson.build
Kurt Jaeger 542f7ceaf5 dns/knot-resolver: update 5.1.1 -> 5.1.2
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
2020-07-11 20:57:41 +00:00

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('/')