]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update Brewfile
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Thu, 14 Nov 2024 22:30:24 +0000 (15:30 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2024 22:30:24 +0000 (15:30 -0700)
Brewfile

index 173ada03c68e8b64c918dde5660663a45fd00ddf..ca2a1ce2cd56fae3c01ca1d9fe9a261eb282197e 100644 (file)
--- a/Brewfile
+++ b/Brewfile
@@ -1,5 +1,6 @@
 # Use "brew bundle" to install these.
-# You still need 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig' for ./configure.
+# See https://github.com/Homebrew/homebrew-core/blob/master/Formula/p/pdns.rb or
+# https://github.com/Homebrew/homebrew-core/blob/master/Formula/p/pdnsrec.rb for ./configure tips
 brew 'autoconf'
 brew 'automake'
 brew 'libedit'
@@ -12,3 +13,5 @@ brew 'protobuf'
 brew 'python'
 brew 'ragel'
 brew 'sqlite'
+brew 'boost'
+breq 'rust'