diff options
Diffstat (limited to 'dns/knot-resolver/files/patch-etc_meson.build')
-rw-r--r-- | dns/knot-resolver/files/patch-etc_meson.build | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dns/knot-resolver/files/patch-etc_meson.build b/dns/knot-resolver/files/patch-etc_meson.build new file mode 100644 index 000000000000..f918c3e4f8ab --- /dev/null +++ b/dns/knot-resolver/files/patch-etc_meson.build @@ -0,0 +1,14 @@ +--- 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('/') |