dnsmasq: add pkg-config dependency
Needed when using with --with-libidn Closes Homebrew/homebrew#20647. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1f9c96e474
commit
40f650c67c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class Dnsmasq < Formula
|
|||
option 'with-idn', 'Compile with IDN support'
|
||||
|
||||
depends_on "libidn" if build.include? 'with-idn'
|
||||
depends_on 'pkg-config' => :build
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
|
|
Loading…
Reference in a new issue