dnscrypt-proxy: add ldns dependency for plugins.
Included LDNS as a recommended dependency for dnscrypt-proxy formula in order to resolve missing example plugins (e.g. `libdcplugin_example_ldns_aaaa_blocking.so` and `libdcplugin_example_ldns_blocking.so`) Closes #6808. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d5a28c1940
commit
9734429c89
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class DnscryptProxy < Formula
|
|||
|
||||
depends_on "libsodium"
|
||||
depends_on "minisign" => :recommended
|
||||
depends_on "ldns" => :recommended
|
||||
|
||||
def install
|
||||
system "autoreconf", "-if" if build.head?
|
||||
|
|
Loading…
Reference in a new issue