diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ldns.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb index e5741f72b..31fe6c5f7 100644 --- a/Library/Formula/ldns.rb +++ b/Library/Formula/ldns.rb @@ -38,5 +38,6 @@ class Ldns < Formula system "make" system "make install" system "make", "install-pyldns" if build.with? 'python' + (lib/"pkgconfig").install "packaging/libldns.pc" end end |
